mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 18:41:44 +01:00
Update fight.c
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user