diff --git a/data.c b/data.c index 5a22e6e..c9ca3e1 100644 --- a/data.c +++ b/data.c @@ -4005,6 +4005,7 @@ void initobjects(void) { addot(OT_SCR_WISH, "scroll of wishing", "Grants the caster any item of their choice (with some limitations).", MT_PAPER, 0.5, OC_SCROLL, SZ_SMALL); addflag(lastot->flags, F_RARITY, H_ALL, NA, RR_VERYRARE, NULL); + addflag(lastot->flags, F_VALUE, 1500, NA, NA, NULL); addflag(lastot->flags, F_LINKSPELL, OT_S_WISHLIMITED, NA, NA, NULL);