mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-25 16:53:28 +00:00
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()
|