# HG changeset patch # User silverwing # Date 2017-09-09 09:22:23 # Node ID 20d589100a567b798724a0d846323d32fc9b2ccb # Parent f6cc850e1c82e817b0b00991decb9c34d759b826 fix: "eternal gambler" bug diff --git a/london_dice.lua b/london_dice.lua --- a/london_dice.lua +++ b/london_dice.lua @@ -45,6 +45,7 @@ dice_game = room { else walk(s.lose); end; + return; end; s.state = 1; s.current_pts = 0; @@ -64,6 +65,7 @@ dice_game = room { else walk(s.lose); end; + return; end; s.state = 1; s.current_pts = 0;