mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 20:56: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:
@@ -11,7 +11,7 @@
|
||||
// If true; Reject them and abort
|
||||
if (user in used_fingerprints)
|
||||
// Send a message implying someone else should roll
|
||||
visible_message("<span class='notice'>[user] rolls the dice, but it doesn't respond to [user.p_them()] again.</span>")
|
||||
visible_message(span_notice("[user] rolls the dice, but it doesn't respond to [user.p_them()] again."))
|
||||
return
|
||||
// If false; Add them to the user list and continue
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user