Skip to content

Commit b032f23

Browse files
committed
Fix: use correct adjective for fire resist msg
1 parent c2d95cc commit b032f23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ givit(int type, register struct permonst *ptr)
887887
case FIRE_RES:
888888
debugpline0("Trying to give fire resistance");
889889
if ((HFire_resistance & (TIMEOUT | FROMRACE | FROMEXPER)) < 100) {
890-
You(Hallucination ? "be chillin'." : "feel slightly more chill.");
890+
You(Hallucination ? "be chillin'." : "feel %s more chill.", adj);
891891
incr_resistance(&HFire_resistance, percentincrease);
892892
}
893893
break;

0 commit comments

Comments
 (0)