Skip to content

Commit

Permalink
Fix damage description for Deep Freeze.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 15, 2023
1 parent 9aa2a07 commit 2d17cab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/artifact.c
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,8 @@ int dieroll; /* needed for Magicbane and vorpal blades */
if (otmp->oartifact == ART_FROST_BRAND
|| otmp->oartifact == ART_DEEP_FREEZE
|| otmp->oartifact == ART_END) {
pline_The("ice-cold blade %s %s%c",
pline_The("ice-cold %s %s %s%c",
otmp->oartifact == ART_DEEP_FREEZE ? "staff" : "blade",
!spec_dbon_applies
? "hits"
: can_freeze(mdef->data)
Expand Down

0 comments on commit 2d17cab

Please sign in to comment.