From f66b1d52e6996f76133f2c7ef2be292fe514442b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 26 Jul 2022 19:48:14 +0200 Subject: update todo --- rules.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 429a919..0491dbb 100644 --- a/rules.js +++ b/rules.js @@ -1,5 +1,7 @@ "use strict" +// TODO: select hexside for engaging + // TODO: fortress supply // TODO: fortress battles mandatory combat! // TODO: legal pass withdrawal moves @@ -1978,6 +1980,8 @@ function move_unit(who, to, speed) { // === RETREAT === +// TODO: check each unit separately to deal with fortress supply + function can_disengage_and_withdraw(from, sline, sdist) { let result = false for_each_adjacent_hex(from, to => { -- cgit v1.2.3