mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
Fixes non-growing spiderlings growing.
They had functionally 0 difference whatsoever to the regular type here.
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
pixel_y = rand(6,-6)
|
||||
START_PROCESSING(SSobj, src)
|
||||
//50% chance to grow up
|
||||
if(prob(50))
|
||||
if(!istype(src, /obj/effect/spider/spiderling/non_growing) && prob(50))
|
||||
amount_grown = 1
|
||||
get_light_and_color(parent)
|
||||
. = ..(ml)
|
||||
|
||||
Reference in New Issue
Block a user