Merge pull request #6130 from phil235/AttackMsgStandardizedFormat

Standardizing attack messages to always show the attacker first
This commit is contained in:
Cheridan
2014-12-04 12:45:31 -06:00
35 changed files with 105 additions and 107 deletions
+1 -1
View File
@@ -13,6 +13,6 @@
/obj/structure/mech_melee_attack(obj/mecha/M)
if(M.damtype == "brute")
M.occupant_message("<span class='danger'>You hit [src].</span>")
visible_message("<span class='danger'>[src] has been hit by [M.name].</span>")
visible_message("<span class='danger'>[M.name] has hit [src].</span>")
return 1
return 0