Seems to fix it (#22680)

This commit is contained in:
DGamerL
2023-10-03 17:48:13 +01:00
committed by GitHub
parent 4ea3e8de1d
commit 0fae71b79b
2 changed files with 4 additions and 2 deletions
@@ -249,6 +249,8 @@
return ..()
/mob/living/silicon/robot/proc/update_module_icon()
if(!hands)
return
if(!module)
hands.icon_state = "nomod"
else