diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-30 00:41:23 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-30 00:41:23 +0200 |
commit | 6179cca82210b8a8c47bd3e4c7429cb71d0a1916 (patch) | |
tree | 4683c89cbcf1708b0fac869ae4a9730ac4f27558 | |
parent | 489fe4a776f33058bd14dfaba5def37914fd5243 (diff) | |
download | andean-abyss-6179cca82210b8a8c47bd3e4c7429cb71d0a1916.tar.gz |
-rw-r--r-- | rules.js | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |