Files
Aurora.3/code/modules/events/spacevine.dm
Fluffy 7265630dde Turn more unmanaged global vars into GLOB (#20446)
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.
2025-02-17 23:34:02 +00:00

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)