mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 18:50:13 +01:00
Update fight.c
This commit is contained in:
parent
ecd268e4cd
commit
5ea746ca2f
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ static void dam_message(int dam, struct char_data *ch, struct char_data *victim,
|
||||||
|
|
||||||
/* damage message to onlookers */
|
/* damage message to onlookers */
|
||||||
buf = replace_string(dam_weapons[msgnum].to_room,
|
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);
|
act(buf, FALSE, ch, NULL, victim, TO_NOTVICT);
|
||||||
|
|
||||||
/* damage message to damager */
|
/* damage message to damager */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue