Update a custom synths SQL query (#9530)

This commit is contained in:
Erki
2020-07-31 00:54:53 +03:00
committed by GitHub
parent 69b2de47bc
commit 5a7f76f492
2 changed files with 2 additions and 2 deletions

View File

@@ -20,5 +20,5 @@ var/list/robot_custom_icons
if("[sprite.synthicon]-Standard" in valid_states)
icon_state = "[sprite.synthicon]-Standard"
else
to_chat(src, "<span class='warning'>Could not locate [sprite.synthicon]-Standard sprite.</span>")
to_chat(src, SPAN_WARNING("Could not locate [sprite.synthicon]-Standard sprite."))
icon = 'icons/mob/robots.dmi'