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!")