mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
5b0f31e89f
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
/var/global/spacevines_spawned = 0
|
|
|
|
//not working: wait for fix in TG code
|
|
|
|
/datum/event/spacevine
|
|
oneShot = 1
|
|
|
|
/datum/event/spacevine/start()
|
|
spacevine_infestation()
|
|
spacevines_spawned = 1
|