mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-28 18:21:51 +00:00
Turned a ton of unmanaged globals into managed globals. Refactored some UT output. Removed some unused things, including vars. Added a test to ensure people don't keep adding new unmanaged vars.
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
/datum/event/spacevine
|
|
announceWhen = 30
|
|
ic_name = "a biohazard"
|
|
|
|
/datum/event/spacevine/start()
|
|
..()
|
|
|
|
spacevine_infestation()
|
|
|
|
/datum/event/spacevine/announce()
|
|
level_seven_announcement(affecting_z)
|