mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +00:00
Update a custom synths SQL query (#9530)
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user