Skip to content

Commit 2ce3d53

Browse files
committed
Fix: restore ability spell could not be used on ridden steed.
1 parent eb1b679 commit 2ce3d53

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/evilhack-changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -3408,4 +3408,5 @@ The following changes to date are:
34083408
- Attempt to make Wizards less reliant on weapons, focus more
34093409
on spellcasting (round two)
34103410
- Changes to to-hit formula for force bolt spell
3411+
- Fix: restore ability spell could not be used on ridden steed
34113412

src/zap.c

+1
Original file line numberDiff line numberDiff line change
@@ -3148,6 +3148,7 @@ struct obj *obj; /* wand or spell */
31483148

31493149
/* Default processing via bhitm() for these */
31503150
case SPE_CURE_SICKNESS:
3151+
case SPE_RESTORE_ABILITY:
31513152
case WAN_MAKE_INVISIBLE:
31523153
case WAN_CANCELLATION:
31533154
case SPE_CANCELLATION:

0 commit comments

Comments
 (0)