mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 10:40:13 +01:00
Some small formatting changes, and some stray @ symbols cleaned up
This commit is contained in:
parent
6a342723ed
commit
5c317f6863
10 changed files with 17 additions and 22 deletions
|
|
@ -588,7 +588,7 @@ static void dam_message(int dam, struct char_data *ch, struct char_data *victim,
|
|||
|
||||
/* damage message to damagee */
|
||||
if (GET_LEVEL(victim) >= LVL_IMMORT)
|
||||
send_to_char(victim, "@R(%d)", dam);
|
||||
send_to_char(victim, "\tR(%d)", dam);
|
||||
buf = replace_string(dam_weapons[msgnum].to_victim,
|
||||
attack_hit_text[w_type].singular, attack_hit_text[w_type].plural);
|
||||
act(buf, FALSE, ch, NULL, victim, TO_VICT | TO_SLEEP);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue