Skip to content

Commit

Permalink
Fix typo when acid hits iron bars.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Dec 19, 2024
1 parent a85066b commit 1c05ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c05ac9

Please sign in to comment.