We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1b679 commit 2ce3d53Copy full SHA for 2ce3d53
doc/evilhack-changelog.md
@@ -3408,4 +3408,5 @@ The following changes to date are:
3408
- Attempt to make Wizards less reliant on weapons, focus more
3409
on spellcasting (round two)
3410
- Changes to to-hit formula for force bolt spell
3411
+- Fix: restore ability spell could not be used on ridden steed
3412
src/zap.c
@@ -3148,6 +3148,7 @@ struct obj *obj; /* wand or spell */
3148
3149
/* Default processing via bhitm() for these */
3150
case SPE_CURE_SICKNESS:
3151
+ case SPE_RESTORE_ABILITY:
3152
case WAN_MAKE_INVISIBLE:
3153
case WAN_CANCELLATION:
3154
case SPE_CANCELLATION:
0 commit comments