Skip to content

Commit

Permalink
Fix: mangled container hinge message.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Dec 4, 2024
1 parent 889341e commit 428e0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trap.c
Original file line number Diff line number Diff line change
Expand Up @@ -7259,9 +7259,9 @@ chest_trap(
pline("A loud siren blares from %s!", the(xname(obj)));
else
pline_The("hinges on %s let out an %s screech!",
the(xname(obj)),
rn2(2) ? "unruly" :
rn2(2) ? "ear-splitting" :"obstreperous",
the(xname(obj)));
rn2(2) ? "ear-splitting" : "obstreperous");
}
awaken_monsters(d(4, 6));
break;
Expand Down

0 comments on commit 428e0f3

Please sign in to comment.