mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-25 05:36:47 +01:00
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
This commit is contained in:
@@ -40,4 +40,4 @@
|
||||
. = examinate(A)
|
||||
if (.)
|
||||
return
|
||||
to_chat(A, "<span class='notice'>[src] seems to be checking you out.</span>")
|
||||
to_chat(A, span_notice("[src] seems to be checking you out."))
|
||||
|
||||
Reference in New Issue
Block a user