mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
15 lines
265 B
Plaintext
15 lines
265 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(affecting_z)
|