# HG changeset patch # User silverwing # Date 2017-09-09 09:19:26 # Node ID f6cc850e1c82e817b0b00991decb9c34d759b826 # Parent 2b0b0271ccb05395f8b81622b874672e92a38b25 fix: dice game diff --git a/london_dice.lua b/london_dice.lua --- a/london_dice.lua +++ b/london_dice.lua @@ -9,6 +9,7 @@ dice_game = room { nosave = true; noautosave = true; forcedsc = true; + hideinv = true; nam = "dice_game"; disp = "Игра в кости"; win = "dice_game_win";