mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 02:32:20 +00:00
6 lines
205 B
Plaintext
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)
|