mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
remove static chat colour tags
This commit is contained in:
@@ -404,7 +404,7 @@ Book Cart End
|
||||
modedesc = "ERROR"
|
||||
to_chat(user, " - Mode [mode] : [modedesc]")
|
||||
if(src.computer)
|
||||
to_chat(user, "<font color=green>Computer has been associated with this unit.</font>")
|
||||
to_chat(user, span_green("Computer has been associated with this unit."))
|
||||
else
|
||||
to_chat(user, "<font color=red>No associated computer found. Only local scans will function properly.</font>")
|
||||
to_chat(user, "\n")
|
||||
to_chat(user, span_red("No associated computer found. Only local scans will function properly."))
|
||||
to_chat(user, "\n")
|
||||
|
||||
Reference in New Issue
Block a user