mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
fdfb49012b
* some more globals * .
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
GLOBAL_VAR_INIT(spacevines_spawned, 0)
|
|
|
|
/datum/event/spacevine
|
|
announceWhen = 60
|
|
|
|
/datum/event/spacevine/start()
|
|
spacevine_infestation()
|
|
GLOB.spacevines_spawned = 1
|
|
|
|
/datum/event/spacevine/announce()
|
|
level_seven_announcement()
|