From a44747a030764bd989d7c0575457e803dff48a05 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 26 Apr 2024 01:02:01 +0200 Subject: fix spoils --- rules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.ts b/rules.ts index f1e667e..bb06da4 100644 --- a/rules.ts +++ b/rules.ts @@ -5287,7 +5287,7 @@ states.choose_exile = { function add_spoils(type: Asset, n) { if (!game.spoils) - game.spoils = [ 0, 0 ] + game.spoils = [ 0, 0, 0 ] game.spoils[type] += n } -- cgit v1.2.3