Blobs prevent supply shuttle from moving

This commit is contained in:
Jordie
2014-07-31 20:05:46 +10:00
parent fd2d46e522
commit 802c5f347c
+2
View File
@@ -210,6 +210,8 @@ var/global/datum/controller/supply_shuttle/supply_shuttle
return 1
if(istype(A,/obj/item/device/radio/beacon))
return 1
if(istype(A,/obj/effect/blob))
return 1
for(var/i=1, i<=A.contents.len, i++)
var/atom/B = A.contents[i]