Files
Aurora.3/code/modules/events/spacevine.dm
2016-10-29 17:44:46 +03:00

13 lines
428 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()
command_announcement.Announce("Confirmed outbreak of level 7 biohazard aboard [station_name()]. All personnel must contain the outbreak.", "Biohazard Alert", new_sound = 'sound/AI/outbreak7.ogg')