diff options
-rw-r--r-- | rules.js | 1 | ||||
-rw-r--r-- | title.sql | 5 |
2 files changed, 2 insertions, 4 deletions
@@ -190,6 +190,7 @@ exports.view = function (state, player) { } function goto_game_over(result, victory) { + clear_undo() game.state = "game_over" game.active = "None" game.result = result @@ -1,4 +1 @@ -insert or replace into titles ( title_id, title_name, bgg, is_symmetric ) values ( 'field-cloth-gold', 'Field of the Cloth of Gold', 309752, 1 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'field-cloth-gold', 2, 'Standard', '{}' ) -; +insert or ignore into titles ( title_id, title_name, bgg, is_symmetric ) values ( 'field-cloth-gold', 'Field of the Cloth of Gold', 309752, 1 ); |