diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-14 20:34:27 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | e2153f9fe825607fa180e8ae43d8ff35792677a2 (patch) | |
tree | 42d37d1b6d0d1aec3bf6689c3498f2676307a12d /rules.js | |
parent | 18b6a0e8e0b8b82a346b49dc45106183028c6397 (diff) | |
download | crusader-rex-e2153f9fe825607fa180e8ae43d8ff35792677a2.tar.gz |
Remove exports.ready function.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3686,10 +3686,6 @@ function make_battle_view() { return battle; } -exports.ready = function (scenario, options, players) { - return players.length === 2; -} - exports.setup = function (seed, scenario, options) { game = { seed: seed, |