From 91f091761eee8bf0c1baff3b03dc0e18fef4c381 Mon Sep 17 00:00:00 2001 From: Tortoise <64306407+OneAsianTortoise@users.noreply.github.com> Date: Sat, 12 Mar 2022 07:26:23 +0800 Subject: [PATCH] Tablet update icon fix (#65298) --- code/modules/modular_computers/computers/item/computer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/modular_computers/computers/item/computer.dm b/code/modules/modular_computers/computers/item/computer.dm index 63829177fd1..54f7f265284 100644 --- a/code/modules/modular_computers/computers/item/computer.dm +++ b/code/modules/modular_computers/computers/item/computer.dm @@ -554,6 +554,7 @@ if(W.use_tool(src, user, 20, volume=50, amount=1)) atom_integrity = max_integrity to_chat(user, span_notice("You repair \the [src].")) + update_appearance() return var/obj/item/computer_hardware/card_slot/card_slot = all_components[MC_CARD]