mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Don't spawn spiderling remains for grown spiders. (#19070)
* Don't spawn spiderling remains for grown spiders. * style
This commit is contained in:
committed by
GitHub
parent
43987f165d
commit
4a77fd51c2
@@ -112,7 +112,8 @@
|
||||
/obj/structure/spider/spiderling/Destroy()
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
entry_vent = null
|
||||
new /obj/effect/decal/cleanable/spiderling_remains(get_turf(src))
|
||||
if(amount_grown < 100)
|
||||
new /obj/effect/decal/cleanable/spiderling_remains(get_turf(src))
|
||||
return ..()
|
||||
|
||||
/obj/structure/spider/spiderling/Bump(atom/user)
|
||||
|
||||
Reference in New Issue
Block a user