From 98914500c9d2e985ea76f9e50714f0e0ba088e1f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 16 Apr 2024 12:53:06 +0200 Subject: Add TODO about handling spoils after choosing exile. --- rules.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 2a19e27..45b2e9c 100644 --- a/rules.js +++ b/rules.js @@ -4720,6 +4720,7 @@ states.choose_exile = { }, lord(lord) { push_undo() + // TODO: give up assets as if spoils? exile_lord(lord) }, done() { @@ -4737,8 +4738,9 @@ function exile_lord(lord) { } } +// === 4.3.5 APPROACH - SPOILS AFTER CHOOSING EXILE === -// === 4.3.5 APPROACH - EXILE (SPOILS) === +// TODO: spoils after choosing exile function has_any_spoils() { return game.spoils && game.spoils[PROV] + game.spoils[COIN] + game.spoils[CART] + game.spoils[SHIP] > 0 -- cgit v1.2.3