Update fight.c

This commit is contained in:
Rumble 2013-12-27 20:14:28 -05:00
parent ecd268e4cd
commit 5ea746ca2f

View file

@ -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 */