From 1c05ac9ba865508133537b420f3b512bfc82a372 Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Thu, 19 Dec 2024 17:30:04 +0100 Subject: [PATCH] Fix typo when acid hits iron bars. --- src/zap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zap.c b/src/zap.c index 0f4b5c364..9e25003dc 100644 --- a/src/zap.c +++ b/src/zap.c @@ -6373,8 +6373,8 @@ zap_over_floor( if ((lev->wall_info & W_NONDIGGABLE) != 0) { if (see_it) Norep("The %s %s somewhat but remain intact.", - (damgtype == ZT_ACID) ? "corrode" : "melt", - defsyms[S_bars].explanation); + defsyms[S_bars].explanation, + (damgtype == ZT_ACID) ? "corrode" : "melt"); /* but nothing actually happens... */ } else { rangemod -= 3;