From d20194a546a7c402ada7a954be2dc8e706fd2cd6 Mon Sep 17 00:00:00 2001 From: Kole6738 Date: Tue, 5 Jan 2016 18:28:31 -0800 Subject: [PATCH] removes else --- code/modules/mining/ores_coins.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mining/ores_coins.dm b/code/modules/mining/ores_coins.dm index 71fb8e5c887..f3cc75ce5d4 100644 --- a/code/modules/mining/ores_coins.dm +++ b/code/modules/mining/ores_coins.dm @@ -344,7 +344,6 @@ if(string_attached) //does the coin have a wire attached user << "The coin won't flip very well with something attached!" //Tell user it will not flip return //do not flip the coin - else var/coinflip = pick(sideslist) cooldown = world.time flick("coin_[cmineral]_flip", src)