Compare commits
1 Commits
5560c59614
...
4dc94dc0cf
Author | SHA1 | Date | |
---|---|---|---|
4dc94dc0cf |
@ -502,8 +502,8 @@ func (g *WatGame) Bench(player *Player, fields []string) string {
|
||||
if g.roid[player.Nick] != 0 {
|
||||
delete(g.roid, player.Nick)
|
||||
success, randErr := g.RandInt(2)
|
||||
if randErr != nil {
|
||||
return "woops"
|
||||
if e := handleError(randErr); e != "" {
|
||||
return e
|
||||
}
|
||||
if success != 0 {
|
||||
player.Health = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user