mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-28 18:23:10 +00:00
12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
/var/global/spacevines_spawned = 0
|
|
|
|
/datum/event/spacevine
|
|
announceWhen = 60
|
|
|
|
/datum/event/spacevine/start()
|
|
spacevine_infestation()
|
|
spacevines_spawned = 1
|
|
|
|
/datum/event/spacevine/announce()
|
|
//level_seven_announcement() // Chomp Edit, this was stupid and vague and wrong.
|
|
command_announcement.Announce("Hazardous plant infestation detected on \the [station_name()]. Station facilities may be overgrown.", "Hazardous Biomass") |