mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
/var/global/spacevines_spawned = 0
|
|
|
|
/datum/event/spacevine
|
|
announceWhen = 30
|
|
ic_name = "a biohazard"
|
|
|
|
/datum/event/spacevine/start()
|
|
spacevine_infestation()
|
|
spacevines_spawned = 1
|
|
|
|
/datum/event/spacevine/announce()
|
|
level_seven_announcement()
|