mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 07:58:57 +01:00
73a95ed5df
* Overmap Announcements * overdoing it a little * update cl * whoops
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
/datum/event/visitor
|
|
no_fake = 1
|
|
var/datum/ghostspawner/human/visitor/spawner
|
|
|
|
/datum/event/visitor/setup()
|
|
spawner = SSghostroles.get_spawner("visitor")
|
|
|
|
/datum/event/visitor/start()
|
|
..()
|
|
|
|
if(istype(spawner))
|
|
spawner.enable()
|