Trying to fix dodgeball

This commit is contained in:
ZomgPonies
2014-05-22 15:49:34 -04:00
parent 66572627c6
commit a2a50586b0
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -70,6 +70,8 @@
..()
if((ishuman(hit_atom)))
var/mob/living/carbon/human/H = hit_atom
if(src in H.r_hand) return
if(src in H.l_hand) return
var/mob/A = H.LAssailant
if((H in team_alpha) && (A in team_alpha))
A << "\red He's on your team!"