mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Maintenance drones properly generate their eye icon on spawning. (#13382)
This commit is contained in:
@@ -286,6 +286,10 @@
|
||||
/mob/living/silicon/robot/drone/updatename()
|
||||
return
|
||||
|
||||
/mob/living/silicon/robot/drone/setup_icon_cache()
|
||||
setup_eye_cache()
|
||||
setup_panel_cache()
|
||||
|
||||
/mob/living/silicon/robot/drone/setup_eye_cache()
|
||||
cached_eye_overlays = list(
|
||||
I_HELP = image(icon, "[icon_state]-eyes_help"),
|
||||
|
||||
Reference in New Issue
Block a user