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]