mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 01:52:29 +00:00
Update code/game/objects/effects/spiders.dm
Co-authored-by: Atermonera <atermonera@gmail.com>
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
pixel_y = rand(6,-6)
|
||||
START_PROCESSING(SSobj, src)
|
||||
//50% chance to grow up
|
||||
if(amount_grow != -1 && prob(50))
|
||||
if(amount_grown != -1 && prob(50))
|
||||
amount_grown = 1
|
||||
get_light_and_color(parent)
|
||||
. = ..(ml)
|
||||
|
||||
Reference in New Issue
Block a user