[MIRROR] robot rejuvenate properly updates the icon again (#9883)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-15 05:14:32 -07:00
committed by GitHub
parent dd41659cae
commit 61d91af2bd
2 changed files with 2 additions and 1 deletions

View File

@@ -377,7 +377,7 @@
var/pickablecards = list()
for(var/datum/playingcard/P in cards)
pickablecards[P.name] += P
pickablecards[P.name] = P
var/pickedcard = tgui_input_list(usr, "Which card do you want to remove from the hand?", "Card Selection", pickablecards)
if(!pickedcard || !pickablecards[pickedcard] || !usr || !src) return

View File

@@ -246,6 +246,7 @@
C.install()
cell.charge = cell.maxcharge
..()
update_icon()
/mob/living/silicon/robot/proc/init()
aiCamera = new/obj/item/camera/siliconcam/robot_camera(src)