Skip to content

Commit

Permalink
Added spiderlings to exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordie0608 committed Jul 31, 2014
1 parent 802c5f3 commit 3fbfaf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/controllers/supply_shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3fbfaf3

Please sign in to comment.