From 4e65712361fe0d9cb5d849381d6139df5ccefe57 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Wed, 27 Jul 2022 16:34:41 -0400 Subject: [PATCH] Fixes runtime when screwdriving a card slot laying on the ground (#68696) --- code/modules/modular_computers/hardware/card_slot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/modular_computers/hardware/card_slot.dm b/code/modules/modular_computers/hardware/card_slot.dm index 2e527435c8e..32484e06279 100644 --- a/code/modules/modular_computers/hardware/card_slot.dm +++ b/code/modules/modular_computers/hardware/card_slot.dm @@ -105,7 +105,7 @@ to_chat(user, span_notice("You remove the card from \the [src].")) playsound(src, 'sound/machines/terminal_insert_disc.ogg', 50, FALSE) - holder.update_appearance() + holder?.update_appearance() stored_card = null current_identification = null