mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
remove static chat colour tags
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
M.visible_message("<span class='warning'>\The [H]'s bracelet flashes and absorbs the beam!</span>","<span class='notice'>Your bracelet flashes and absorbs the beam!</span>")
|
||||
return
|
||||
if(!M.resize(set_size, uncapped = M.has_large_resize_bounds(), ignore_prefs = ignoring_prefs))
|
||||
to_chat(M, "<font color='blue'>The beam fires into your body, changing your size!</font>")
|
||||
to_chat(M, span_blue("The beam fires into your body, changing your size!"))
|
||||
M.update_icon()
|
||||
return
|
||||
return 1
|
||||
@@ -175,7 +175,7 @@
|
||||
|
||||
M.resize(set_size, uncapped = TRUE, ignore_prefs = TRUE) // Always ignores prefs, caution is advisable
|
||||
|
||||
to_chat(M, "<font color='blue'>The beam fires into your body, changing your size!</font>")
|
||||
to_chat(M, span_blue("The beam fires into your body, changing your size!"))
|
||||
M.update_icon()
|
||||
return
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user