Skip to content

Commit

Permalink
Give Death a weapon attack
Browse files Browse the repository at this point in the history
Death would not use their scythe because they did not have a weapon attack.
Reported by Noisytoot. Fixes #406.
  • Loading branch information
hatcatter committed Jul 27, 2023
1 parent b8ab583 commit 2dc8e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions hackem_changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

Version 1.2.0 (unreleased)

Fix: Give Death a weapon attack so the scythe can be used. Fixes #406. Reported by Noisytoot.
Mortality Dial can be forged by combining werebane and trollsbane (from SpliceHack)
Fix: Mortality Dial had the SPFX_RESTR listed twice.
Revert Bat from Hell back to wooden material.
Expand Down
3 changes: 2 additions & 1 deletion src/monst.c
Original file line number Diff line number Diff line change
Expand Up @@ -6855,7 +6855,8 @@ struct permonst _mons2[] = {
LVL(40, 12, -5, 100, 0), (G_UNIQ | G_NOGEN),
A(ATTK(AT_TUCH, AD_DETH, 8, 8),
ATTK(AT_TUCH, AD_DETH, 8, 8),
NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
ATTK(AT_WEAP, AD_PHYS, 1, 6),
NO_ATTK, NO_ATTK, NO_ATTK),
SIZ(WT_HUMAN, 1, MS_RIDER, MZ_HUMAN),
MR_FIRE | MR_COLD | MR_ELEC | MR_SLEEP | MR_POISON
| MR_STONE | MR_PSYCHIC, 0,
Expand Down

0 comments on commit 2dc8e3f

Please sign in to comment.