fixes people getting thrown into themselves

This commit is contained in:
PKPenguin321
2017-01-03 18:19:43 -08:00
committed by GitHub
parent fd337f0741
commit 1df100db5a
+1 -1
View File
@@ -96,7 +96,7 @@
if(hit_atom.density && isturf(hit_atom))
Weaken(1)
take_bodypart_damage(10)
if(iscarbon(hit_atom))
if(iscarbon(hit_atom) && hit_atom != src)
var/mob/living/carbon/victim = hit_atom
if(victim.movement_type & FLYING)
return