Add research and finish most buildings

This commit is contained in:
Nate Bowman
2026-07-27 22:20:29 -04:00
parent 013468d34e
commit 9ff2613579
9 changed files with 688 additions and 45 deletions

View File

@@ -37,6 +37,12 @@ class Gameplay():
villagers_to,)))
def queue_research(self, action_time, research):
self._check_time(action_time)
self.actions[action_time].append((self.world.queue_research,
(research,)))
def queue_villager(self, action_time, initial_task):
self._check_time(action_time)
self.actions[action_time].append((self.world.queue_villager,