mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-05-20 21:57:00 +01:00
8c51676722
Phase III of the antag uplink additions. Currently contains proof-of-concept falsified announcements.
12 lines
233 B
Plaintext
12 lines
233 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()
|