Scroll of wishing value was way too low ($150)

This commit is contained in:
Rob Pearce 2016-06-09 11:34:27 +10:00
parent aa1a3e22cf
commit 2daa5d79a2
1 changed files with 1 additions and 0 deletions

1
data.c
View File

@ -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);