limit construction/training queues to 2
authorxangelo <git@xangelo.ca>
Thu, 2 Jun 2022 13:53:20 +0000 (09:53 -0400)
committerxangelo <git@xangelo.ca>
Thu, 2 Jun 2022 13:53:20 +0000 (09:53 -0400)
commit64866e9cbd70ea016bd61e940b1a61add84b2d58
treed3dabba639fcb8d5cdaaae077650324d131c8db3
parentb38a84f71f15414ac4fcebdcbd96b9e9da7af5ea
limit construction/training queues to 2

By default a colony ship can only construct/train two things at a time.
This can be increased later via a skill tree.
migrations/queue-limits.ts [new file with mode: 0644]
package.json
src/errors.ts
src/repository/city.ts
src/repository/training-queue.ts