mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 12:16:40 +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:
@@ -118,7 +118,7 @@ GLOBAL_LIST_INIT(pp_transformables, list(
|
||||
newTypeName = newType
|
||||
|
||||
log_admin("[key_name(usr)] transformed [key_name(M)] into a [newTypeName].")
|
||||
message_admins("<span class='adminnotice'>[key_name_admin(usr)] transformed [key_name_admin(M)] into a [newTypeName].</span>")
|
||||
message_admins(span_adminnotice("[key_name_admin(usr)] transformed [key_name_admin(M)] into a [newTypeName]."))
|
||||
|
||||
var/mob/newMob = M.change_mob_type(newType, delete_old_mob = TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user