Files
Darius ad0239b5de Replace all modular HTML spans with defines spans
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
2023-01-16 04:05:27 -05:00

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
. = ..()