mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
11 lines
245 B
Plaintext
11 lines
245 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()
|