Remove one-too-many indent in modules/coins.py
This commit is contained in:
parent
f0f0abcd84
commit
41278cba81
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class Module(object):
|
||||||
else:
|
else:
|
||||||
event["user"].set_setting("coins", str(user_coins-coin_bet))
|
event["user"].set_setting("coins", str(user_coins-coin_bet))
|
||||||
event["stdout"].write(
|
event["stdout"].write(
|
||||||
"%s flips %s and loses %s coin%s! (new total: %s)" % (
|
"%s flips %s and loses %s coin%s! (new total: %s)" % (
|
||||||
event["user"].nickname, side_name, coin_bet_str,
|
event["user"].nickname, side_name, coin_bet_str,
|
||||||
"" if coin_bet == 1 else "s",
|
"" if coin_bet == 1 else "s",
|
||||||
user_coins-coin_bet
|
user_coins-coin_bet
|
||||||
|
|
Loading…
Reference in a new issue