mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Added spiderlings to exclusion
This commit is contained in:
@@ -212,6 +212,8 @@ var/global/datum/controller/supply_shuttle/supply_shuttle
|
||||
return 1
|
||||
if(istype(A,/obj/effect/blob))
|
||||
return 1
|
||||
if(istype(A,/obj/effect/spider/spiderling))
|
||||
return 1
|
||||
|
||||
for(var/i=1, i<=A.contents.len, i++)
|
||||
var/atom/B = A.contents[i]
|
||||
|
||||
Reference in New Issue
Block a user