# HG changeset patch # User silverwing # Date 2017-09-09 09:25:23 # Node ID ca3c0c1459c13fe0da0677d752c2e70567f15a83 # Parent 20d589100a567b798724a0d846323d32fc9b2ccb tweak: random tweaked diff --git a/london_dice.lua b/london_dice.lua --- a/london_dice.lua +++ b/london_dice.lua @@ -84,7 +84,7 @@ dice_game = room { s:player_turn(); else s.current_pts = s.current_pts + pl; - local r = rnd(20); + local r = rnd(10); if r == 1 then s.enemy_pts = s.enemy_pts + s.current_pts; pr [[Соперник передает вам ход. ]];