Some small formatting changes, and some stray @ symbols cleaned up

This commit is contained in:
Vatiken 2012-03-24 14:41:24 +00:00
parent 6a342723ed
commit 5c317f6863
10 changed files with 17 additions and 22 deletions

View file

@ -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);