Skip to content

Commit ac88da0

Browse files
committed
Fix: You feel feel completely chilled.
1 parent ccc2e9b commit ac88da0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/evilhack-changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -3510,4 +3510,5 @@ The following changes to date are:
35103510
- Fix: crash in relation to tainted (drow poison) objects
35113511
- Fix: elemental damage from the Hand of Vecna and other sources
35123512
was suppressing almost all damage if target resisted
3513+
- Fix: You feel feel completely chilled
35133514

src/eat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ register struct permonst *ptr;
990990
: percentincrease));
991991
if ((HFire_resistance & TIMEOUT) == 100)
992992
You_feel(Hallucination ? "like... so chill."
993-
: "feel completely chilled.");
993+
: "completely chilled.");
994994
else if (Race_if(PM_DRAUGR) && (HFire_resistance & TIMEOUT) >= 50)
995995
; /* no feedback */
996996
else

0 commit comments

Comments
 (0)