From 6179cca82210b8a8c47bd3e4c7429cb71d0a1916 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 30 Apr 2025 00:41:23 +0200 Subject: Remove negotiation menu for fuzzer. --- rules.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rules.js b/rules.js index 0b4855b..d6bed50 100644 --- a/rules.js +++ b/rules.js @@ -8375,6 +8375,15 @@ exports.view = function (state, role) { view.actions.ping = 1 } + if (globalThis.RTT_FUZZER) { + view.actions.remove_pieces = 0 + view.actions.ask_resources = 0 + view.actions.transfer_resources = 0 + view.actions.transfer_shipment = 0 + view.actions.ask_shipment = 0 + view.actions.ping = 0 + } + if (view.actions.undo === undefined) { if (game.undo && game.undo.length > 0) view.actions.undo = 1 -- cgit v1.2.3