mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Moved several globals into the config controller, updated eample config appropriately.
This commit is contained in:
@@ -345,7 +345,7 @@ Alien plants should do something if theres a lot of poison
|
||||
var/status = GROWING //can be GROWING, GROWN or BURST; all mutually exclusive
|
||||
|
||||
/obj/effect/alien/egg/New()
|
||||
if(aliens_allowed)
|
||||
if(config.aliens_allowed)
|
||||
..()
|
||||
spawn(rand(MIN_GROWTH_TIME,MAX_GROWTH_TIME))
|
||||
Grow()
|
||||
|
||||
Reference in New Issue
Block a user