Files
Paradise/code/modules/events/wizard/ghost.dm
2019-04-08 21:45:09 +02:00

6 lines
205 B
Plaintext

/datum/event/wizard/ghost //The spook is real
/datum/event/wizard/ghost/start()
var/msg = "<span class='warning'>You suddenly feel extremely obvious...</span>"
set_observer_default_invisibility(0, msg)