mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Blobs prevent supply shuttle from moving
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user