summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-11-25 18:57:09 +0100
committerTor Andersson <tor@ccxvii.net>2024-11-27 01:12:25 +0100
commit1cbd1cd2f084f6d1738b06df626da1ac267a1c78 (patch)
treef4ead01a89d479662ba4af8cc09e8ec79eb6ac11 /rules.js
parente71fadb28d65f19e35d055e5c2ee4f5ccacfd086 (diff)
downloadmaria-1cbd1cd2f084f6d1738b06df626da1ac267a1c78.tar.gz
no ping/deal with rtt fuzzer
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index b720f79..482a6bb 100644
--- a/rules.js
+++ b/rules.js
@@ -7316,6 +7316,7 @@ exports.view = function (state, player) {
}
// negotiation actions for active player
+ if (!globalThis.RTT_FUZZER)
if (game.proposal === undefined && !is_intro() && view.turn > 0) {
if (may_cancel_subsidy())
view.actions.cancel_subsidy = 1