mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 05:06: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:
@@ -10,7 +10,7 @@
|
||||
ExpandSize = 200
|
||||
if(ExpandSize <= 0)
|
||||
ExpandSize = 200
|
||||
to_chat(user, "<span class='notice'>Expand set to [ExpandSize] %.</span>")
|
||||
to_chat(user, span_notice("Expand set to [ExpandSize] %."))
|
||||
return ExpandSize
|
||||
|
||||
/obj/item/borg/upgrade/shrink
|
||||
@@ -25,5 +25,5 @@
|
||||
ShrinkSize = 50
|
||||
if(ShrinkSize <= 0)
|
||||
ShrinkSize = 50
|
||||
to_chat(user, "<span class='notice'>Shrink set to [ShrinkSize] %.</span>")
|
||||
to_chat(user, span_notice("Shrink set to [ShrinkSize] %."))
|
||||
return ShrinkSize
|
||||
|
||||
Reference in New Issue
Block a user