Fixes coin flipping (#25518)

This commit is contained in:
AnturK
2017-03-27 15:42:03 -03:00
committed by Leo
parent a15b5dea75
commit 55208b2627
+1 -1
View File
@@ -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, "<span class='warning'>The coin won't flip very well with something attached!</span>" )
return //do not flip the coin