Update projectile.dm

This commit is contained in:
kevinz000
2020-04-25 21:04:22 -07:00
committed by GitHub
parent 8fc661ba14
commit 0e8c2ca109
+2
View File
@@ -315,6 +315,8 @@
objs += O
var/obj/O = safepick(objs)
if(O)
if(length(O.buckled_mobs))
return pick(O.buckled_mobs)
return O
//Nothing else is here that we can hit, hit the turf if we haven't.
if(!(T in permutated) && can_hit_target(T, permutated, T == original, TRUE))