Merge branch 'master' of https://github.com/tgstation/-tg-station into RecursiveHearVisibleMessage

Conflicts:
	code/game/machinery/doors/windowdoor.dm
	code/game/mecha/mecha.dm
	code/game/objects/structures.dm
	code/game/turfs/simulated/walls.dm
	code/modules/mob/living/carbon/human/human_defense.dm
	code/modules/mob/living/living_defense.dm
This commit is contained in:
phil235
2014-12-05 22:02:01 +01:00
98 changed files with 1573 additions and 1538 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
/obj/structure/mech_melee_attack(obj/mecha/M)
if(M.damtype == "brute")
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