Update code/modules/mining/ores_coins.dm

Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com>
This commit is contained in:
SandPoot
2020-12-31 16:59:33 -03:00
committed by GitHub
parent 1fa828a3f7
commit a0e95b7c3d
+1 -1
View File
@@ -397,7 +397,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
else
to_chat(user, "<span class='warning'>You need one length of cable to attach a string to the coin!</span>")
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, "<span class='warning'>[ID] doesn't have a linked account to deposit into!</span>")