diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-01 22:55:15 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:17 +0100 |
commit | dcc8a44205a75d9e81eadbf2575e1348ed06ed00 (patch) | |
tree | 8c57d8d052b93dca5b4e54e8dd22d28fda3c06a8 /rules.js | |
parent | c16e1df65045bcf5a5eef2a1535c39017d0aa328 (diff) | |
download | hammer-of-the-scots-dcc8a44205a75d9e81eadbf2575e1348ed06ed00.tar.gz |
hammer: Remove finished TODO items.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,8 +7,6 @@ exports.scenarios = [ ]; // TODO: delay retreats to end of battle initiative step so they are hidden -// TODO: prohibit moving back to last location? -// TODO: undo builds const { CARDS, BLOCKS, AREAS, BORDERS } = require('./data'); |