mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 04:36:45 +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:
@@ -77,7 +77,7 @@
|
||||
M.mind.AddSpell(new T)
|
||||
else
|
||||
M.AddSpell(new T)
|
||||
message_admins("<span class='danger'>Spells given to mindless mobs will not be transferred in mindswap or cloning!</span>")
|
||||
message_admins(span_danger("Spells given to mindless mobs will not be transferred in mindswap or cloning!"))
|
||||
|
||||
/client/proc/teach_martial_art(mob/living/carbon/C)
|
||||
if (!istype(C))
|
||||
@@ -99,7 +99,7 @@
|
||||
var/datum/martial_art/MA = new chosenart
|
||||
MA.teach(C)
|
||||
log_admin("[key_name(usr)] has taught [MA] to [key_name(C)].")
|
||||
message_admins("<span class='notice'>[key_name_admin(usr)] has taught [MA] to [key_name_admin(C)].</span>")
|
||||
message_admins(span_notice("[key_name_admin(usr)] has taught [MA] to [key_name_admin(C)]."))
|
||||
|
||||
/client/proc/set_species(mob/living/carbon/human/H)
|
||||
if (istype(H))
|
||||
|
||||
Reference in New Issue
Block a user