From d1f9a29e44d16962c38aa836bd5106baafa6a118 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Fri, 27 Sep 2024 09:01:29 +0100 Subject: Fix Foreign Television --- rules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.js b/rules.js index 15af7f1..3ccbc05 100644 --- a/rules.js +++ b/rules.js @@ -4866,6 +4866,7 @@ function vm_foreign_currency_debt_burden() { function vm_foreign_television() { for (let i = 1 ; i < game.pieces.length; i++) { + let piece = game.pieces[i] if (i === 12) {continue} /*Does not apply to Dresden*/ if (piece.comInfl > 0 ) { game.valid_spaces.push(i) -- cgit v1.2.3