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:
Darius
2023-01-16 04:05:27 -05:00
parent 41e15dd097
commit ad0239b5de
108 changed files with 779 additions and 773 deletions
+1 -1
View File
@@ -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."))