From 780268ac82f125150bde408cd251b82e569d7990 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 15 Dec 2023 17:50:58 +0100 Subject: remove todos --- rules.js | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index e82cf86..66c01ef 100644 --- a/rules.js +++ b/rules.js @@ -1,34 +1,5 @@ "use strict" -/* - -Special scenario rules implemented: - zero morale - instant loss - -Special card rules implemented: - - place_2_blue - place_2_red - place_2_blue_if_dice - place_2_red_if_dice - remove_after_screen - suffer_1_less_1_max - suffer_1_less - start_with_no_cubes - take_from - rout_with - remove_with - wild - attack_reserve - attack_choose_target - take_from - may_take_from - -*/ - -// TODO: morale cube limit (cannot place on special if maxed) -// TODO: null action when action says to take cards from other dice? - const data = require("./data.js") function clamp(x, min, max) { -- cgit v1.2.3