From 5ea746ca2f28b729e54a2c73e5629fc908dfcabc Mon Sep 17 00:00:00 2001 From: Rumble Date: Fri, 27 Dec 2013 20:14:28 -0500 Subject: [PATCH] Update fight.c --- src/fight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fight.c b/src/fight.c index 61128cc..fe25419 100644 --- a/src/fight.c +++ b/src/fight.c @@ -483,7 +483,7 @@ static void dam_message(int dam, struct char_data *ch, struct char_data *victim, /* damage message to onlookers */ buf = replace_string(dam_weapons[msgnum].to_room, - attack_hit_text[w_type].singular, attack_hit_text[w_type].plural), dam; + attack_hit_text[w_type].singular, attack_hit_text[w_type].plural); act(buf, FALSE, ch, NULL, victim, TO_NOTVICT); /* damage message to damager */