From ce617ba79896e86c635bf2fe8584ecb0b5dda564 Mon Sep 17 00:00:00 2001 From: copperwater Date: Mon, 2 Jul 2018 08:03:47 -0400 Subject: [PATCH] Replace awful "You feel cold" message for freezing a door you can't see That message implied something to do with an effect happening to the hero that causes them to feel cold, such as taking cold damage. Change it to "You hear a deep cracking sound" instead. --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zap.c b/src/zap.c index a9adec794..1fac865a1 100644 --- a/src/zap.c +++ b/src/zap.c @@ -4626,7 +4626,7 @@ short exploding_wand_typ; case ZT_COLD: new_doormask = D_NODOOR; see_txt = "The door freezes and shatters!"; - sense_txt = "feel cold."; + hear_txt = "a deep cracking sound."; break; case ZT_DEATH: /* death spells/wands don't disintegrate */