diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-03 06:11:43 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-03 06:11:43 -0400 |
commit | fa415f95770a74434d86c7f977f2dec25df9fb1d (patch) | |
tree | 2ab8d74d4f21ab7075a3018e808b6ed73bd6fc3b /rules.js | |
parent | 55e16b8f3183634c38f6fe9c37fb24bffbaef418 (diff) | |
download | vijayanagara-fa415f95770a74434d86c7f977f2dec25df9fb1d.tar.gz |
Robot.txt please
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,6 +158,7 @@ exports.view = function (state, role) { else view.prompt = "Unknown state: " + game.state + if (!globalThis.RTT_FUZZER) if (!states[game.state].disable_negotiation) { view.actions.ask_resources = 1 if (game.resources[game.current] > 0) |