mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 21:26:38 +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:
@@ -65,8 +65,8 @@
|
||||
|
||||
|
||||
/obj/item/electropack/shockcollar/slave/Destroy()
|
||||
visible_message("<span class='notice'>The [src] detaches from [src.loc]'s neck.</span>", \
|
||||
"<span class='notice'>The [src] detaches from your neck.</span>")
|
||||
visible_message(span_notice("The [src] detaches from [src.loc]'s neck."), \
|
||||
span_notice("The [src] detaches from your neck."))
|
||||
playsound(get_turf(src.loc), 'sound/machines/terminal_eject_disc.ogg', 50, 1)
|
||||
|
||||
GLOB.tracked_slaves -= src
|
||||
|
||||
Reference in New Issue
Block a user