From 543811d0099d93591f9357a49eb6a1397966cae5 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 13 Sep 2012 09:19:21 +1200 Subject: [PATCH] FFFFFFFFFFFFFF --- plugins/coin.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/coin.py b/plugins/coin.py index 607fe62..d96c587 100755 --- a/plugins/coin.py +++ b/plugins/coin.py @@ -15,10 +15,6 @@ def coin(inp, me=None): amount = 1 if amount == 1: - if random.getrandbits(1): - me("flips a coin and gets heads.") - else: - me("flips a coin and gets tails.") me("flips a coin and gets %s." % random.choice(["heads", "tails"])) elif amount == 0: me("makes a coin flipping motion with its hands.")