Commit ac88da0 1 parent ccc2e9b commit ac88da0 Copy full SHA for ac88da0
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3510,4 +3510,5 @@ The following changes to date are:
3510
3510
- Fix: crash in relation to tainted (drow poison) objects
3511
3511
- Fix: elemental damage from the Hand of Vecna and other sources
3512
3512
was suppressing almost all damage if target resisted
3513
+ - Fix: You feel feel completely chilled
3513
3514
Original file line number Diff line number Diff line change @@ -990,7 +990,7 @@ register struct permonst *ptr;
990
990
: percentincrease ));
991
991
if ((HFire_resistance & TIMEOUT ) == 100 )
992
992
You_feel (Hallucination ? "like... so chill."
993
- : "feel completely chilled." );
993
+ : "completely chilled." );
994
994
else if (Race_if (PM_DRAUGR ) && (HFire_resistance & TIMEOUT ) >= 50 )
995
995
; /* no feedback */
996
996
else
You can’t perform that action at this time.
0 commit comments