mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-13 17:34:19 +01: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)
|