Merge pull request #20962 from phil235/hit_message

No more message spam when you witness someone being attacked or shot
This commit is contained in:
oranges
2016-10-18 09:17:41 +13:00
committed by GitHub
54 changed files with 349 additions and 298 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
/obj/structure/window/attack_hulk(mob/living/carbon/human/user, does_attack_animation = 0)
if(!can_be_reached(user))
return 1
..()
. = ..()
/obj/structure/window/attack_hand(mob/user)
if(!can_be_reached(user))