From 8e7e85d3d31a2fd15dc378e05992154f64b56e92 Mon Sep 17 00:00:00 2001 From: Troy Nordine Date: Tue, 10 Oct 2023 08:13:27 -0500 Subject: removed testing coode. --- rules.js | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/rules.js b/rules.js index 5173bdf..730ab12 100644 --- a/rules.js +++ b/rules.js @@ -2713,23 +2713,12 @@ function end_levy_arts_of_war_first() { // === LEVY: ARTS OF WAR === -// function goto_levy_arts_of_war() { -// if (game.active === YORK) -// log_h2("York Arts of War") -// else -// log_h2("Lancaster Arts of War") -// game.what = draw_two_cards() -// resume_levy_arts_of_war() -// } - function goto_levy_arts_of_war() { - game.what = draw_two_cards() if (game.active === YORK) log_h2("York Arts of War") - else { + else log_h2("Lancaster Arts of War") - game.what = [L22,L19,L15] - } + game.what = draw_two_cards() resume_levy_arts_of_war() } -- cgit v1.2.3