mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Replacement github actions (#12857)
This commit is contained in:
@@ -11,6 +11,8 @@ var/list/robot_custom_icons
|
||||
return 1
|
||||
|
||||
/mob/living/silicon/robot/proc/set_custom_sprite()
|
||||
if(!(name in robot_custom_icons))
|
||||
return
|
||||
var/datum/custom_synth/sprite = robot_custom_icons[name]
|
||||
if(istype(sprite) && sprite.synthckey == ckey)
|
||||
custom_sprite = 1
|
||||
@@ -21,4 +23,4 @@ var/list/robot_custom_icons
|
||||
icon_state = "[sprite.synthicon]-Standard"
|
||||
else
|
||||
to_chat(src, SPAN_WARNING("Could not locate [sprite.synthicon]-Standard sprite."))
|
||||
icon = 'icons/mob/robots.dmi'
|
||||
icon = 'icons/mob/robots.dmi'
|
||||
|
||||
Reference in New Issue
Block a user