We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d95cc commit b032f23Copy full SHA for b032f23
1 file changed
src/eat.c
@@ -887,7 +887,7 @@ givit(int type, register struct permonst *ptr)
887
case FIRE_RES:
888
debugpline0("Trying to give fire resistance");
889
if ((HFire_resistance & (TIMEOUT | FROMRACE | FROMEXPER)) < 100) {
890
- You(Hallucination ? "be chillin'." : "feel slightly more chill.");
+ You(Hallucination ? "be chillin'." : "feel %s more chill.", adj);
891
incr_resistance(&HFire_resistance, percentincrease);
892
}
893
break;
0 commit comments