mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user