diff --git a/plugins/coin.py b/plugins/coin.py index 32e0199..058255b 100644 --- a/plugins/coin.py +++ b/plugins/coin.py @@ -40,5 +40,5 @@ def coin(inp): return "You flip a coin and get "+sidename+"." else: flips = flip_simple(count) - return "You flip %s coins and get %s heads and %s tails." % (str(count), str(flips[0]), str(flips[0])) + return "You flip %s coins and get %s heads and %s tails." % (str(count), str(flips[0]), str(flips[1]))