mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
13 lines
445 B
Plaintext
13 lines
445 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() // Chomp Edit, this was stupid and vague and wrong.
|
|
GLOB.command_announcement.Announce("Hazardous plant infestation detected on \the [station_name()]. Station facilities may be overgrown.", "Hazardous Biomass")
|