Add research and finish most buildings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user