From 778582e533b7800c4b802045cef7fb279aa626fa Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 13 Aug 2024 01:28:31 +0200 Subject: Fix silly typo with piracy + regroup. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 098ceaa..e15c0d8 100644 --- a/rules.js +++ b/rules.js @@ -2715,7 +2715,7 @@ function goto_regroup() { } function is_attacker_with_piracy() { - game.active === game.piracy && game.active === game.attacker[game.where] + return game.active === game.piracy && game.active === game.attacker[game.where] } states.regroup = { -- cgit v1.2.3