diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-21 18:17:54 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | d0e94171e19785be97242366a6124ff7b6f5d1aa (patch) | |
tree | f557d7fd7a0324c02f4b1e4b98ebcecfb875bd46 /rules.js | |
parent | e83cc1b575b5009ca0186b1b9ba21adaca78f1fe (diff) | |
download | andean-abyss-d0e94171e19785be97242366a6124ff7b6f5d1aa.tar.gz |
Log when non-optional pieces are not placed because none available.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7257,6 +7257,8 @@ states.vm_place = { push_undo() if (vm_inst(2)) // only flag as optional if opcode is opt game.vm.opt = 1 + else + log("Did not place piece in S" + game.vm.s + ".") vm_next() }, } |