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:08:56 +0100 |
commit | 3a0d6e9698a8c94f3df11a2e2869d9c740b929f2 (patch) | |
tree | f5f58bf0fb454078de8cd108adb1af42a620839a | |
parent | 22019d1b9511906973efcb48a0abba9c98455850 (diff) | |
download | julius-caesar-3a0d6e9698a8c94f3df11a2e2869d9c740b929f2.tar.gz |
Remove exports.ready function.
-rw-r--r-- | rules.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2478,10 +2478,6 @@ states.game_over = { }, } -exports.ready = function (scenario, options, players) { - return players.length === 2 -} - exports.setup = function (seed, scenario, options) { game = { seed: seed, |