There can be only one

This commit is contained in:
ZomgPonies
2013-11-25 11:24:09 -05:00
parent 2c8210c154
commit 533ac36a7b
+1 -1
View File
@@ -66,7 +66,7 @@
/obj/item/weapon/beach_ball/dodgeball/throw_impact(atom/hit_atom)
if((ishuman(hit_atom)))
var/mob/living/carbon/M = hit_atom
if(dir==get_dir(src,M))
if(dir&get_dir(src,M))
if(M.in_throw_mode && !M.get_active_hand()) //empty active hand and we're in throw mode
if(M.canmove && !M.restrained())
M.hitby(src)