From a0e95b7c3d5af1ff7b1691c1f77879b10595614e Mon Sep 17 00:00:00 2001 From: SandPoot <43283559+SandPoot@users.noreply.github.com> Date: Thu, 31 Dec 2020 16:59:33 -0300 Subject: [PATCH] Update code/modules/mining/ores_coins.dm Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com> --- code/modules/mining/ores_coins.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/ores_coins.dm b/code/modules/mining/ores_coins.dm index 81014be6f9..26a3ca1b70 100644 --- a/code/modules/mining/ores_coins.dm +++ b/code/modules/mining/ores_coins.dm @@ -397,7 +397,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\ else to_chat(user, "You need one length of cable to attach a string to the coin!") return - if(istype(W, /obj/item/card/id)) + else if(istype(W, /obj/item/card/id)) var/obj/item/card/id/ID = W if(!ID.registered_account) to_chat(user, "[ID] doesn't have a linked account to deposit into!")