diff --git a/code/modules/mining/ores_coins.dm b/code/modules/mining/ores_coins.dm index f061fee1d76..eff7e4780b7 100644 --- a/code/modules/mining/ores_coins.dm +++ b/code/modules/mining/ores_coins.dm @@ -413,7 +413,7 @@ else ..() /obj/item/weapon/coin/attack_self(mob/user) - if(cooldown > world.time) + if(cooldown < world.time) if(string_attached) //does the coin have a wire attached to_chat(user, "The coin won't flip very well with something attached!" ) return //do not flip the coin