Scroll of wishing value was way too low ($150)
This commit is contained in:
parent
aa1a3e22cf
commit
2daa5d79a2
1
data.c
1
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);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue