Actually take coins when the house wins (coins)
This commit is contained in:
parent
4467ba8ab6
commit
1e9772e578
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ class Module(ModuleManager.BaseModule):
|
|||
event["stdout"].write("Roulette spin lands on 0, "
|
||||
"the house wins, %s loses %s" % (
|
||||
event["user"].nickname, bet_amount_total))
|
||||
self._take(event["server"], event["user"], bet_amount_total)
|
||||
return
|
||||
|
||||
colour = "red" if choice in RED else "black"
|
||||
|
|
Loading…
Reference in a new issue