mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 11:46:44 +01:00
In total: - Adds span defines for `reallybig hypnophrase`, `big warning`, `header` - Fixes a missing apostrophe for hypno stare - Makes a special exception for cuddling.dm, which uses an irregular span - Puts the spans file back
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
/mob/dead/check_out(atom/A)
|
|
if (!CONFIG_GET(flag/ghost_interaction))
|
|
to_chat(usr, span_notice("You cannot check out people when dead!"))
|
|
return
|
|
. = ..()
|