mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 14:46:57 +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:
@@ -18,7 +18,7 @@
|
||||
// Check for plush toy
|
||||
if(!istype(target, /obj/item/toy/plush))
|
||||
// Alert user and return
|
||||
to_chat(user, "<span class='warning'>You don't want to waste the solution on a non-plushie.</span>")
|
||||
to_chat(user, span_warning("You don't want to waste the solution on a non-plushie."))
|
||||
return
|
||||
|
||||
// Return normally
|
||||
|
||||
Reference in New Issue
Block a user