add_logs runtime fix

This commit is contained in:
ZomgPonies
2014-06-17 04:19:41 -04:00
parent 4d5861ca30
commit 86a4274a3f
3 changed files with 3 additions and 3 deletions
@@ -105,7 +105,7 @@
playsound(loc, M.attack_sound, 50, 1, 1)
for(var/mob/O in viewers(src, null))
O.show_message("<span class='attack'>\The <EM>[M]</EM> [M.attacktext] \the <EM>[src]</EM>!</span>", 1)
add_logs(M, src, "attacked", admin=0)
add_logs(M, src, "attacked")
var/damage = rand(M.melee_damage_lower, M.melee_damage_upper)
adjustBruteLoss(damage)