Update spiders.dm

This commit is contained in:
Verkister
2022-01-08 16:15:43 +02:00
committed by GitHub
parent 96fb1c8bcc
commit cab0ed016f
+1 -1
View File
@@ -156,7 +156,7 @@
pixel_y = rand(6,-6)
START_PROCESSING(SSobj, src)
//50% chance to grow up
if(!istype(src, /obj/effect/spider/spiderling/non_growing) && prob(50))
if(amount_grow != -1 && prob(50))
amount_grown = 1
get_light_and_color(parent)
. = ..(ml)