Wands of wishing start at (0:1) and can recharge only one charge
Part 2 of implementing wish spreading. This reduces the average number of wishes at the Castle from 6 to 3.
This commit is contained in:
@@ -1111,7 +1111,7 @@ mksobj_init(struct obj **obj, boolean artif)
|
||||
break;
|
||||
case WAND_CLASS:
|
||||
if (otmp->otyp == WAN_WISHING)
|
||||
otmp->spe = rnd(3);
|
||||
otmp->spe = 1;
|
||||
else
|
||||
otmp->spe = rn1(5,
|
||||
(objects[otmp->otyp].oc_dir == NODIR) ? 11 : 4);
|
||||
|
||||
Reference in New Issue
Block a user