Move more code into gather file

This commit is contained in:
Nate Bowman
2026-07-30 21:02:14 -04:00
parent e25abd87ab
commit 194925ab04
4 changed files with 151 additions and 84 deletions

View File

@@ -5,6 +5,10 @@ from aoe.types import *
class Costs():
def compute_cost(self, purchase):
return self.costs[purchase]
def __init__(self):
self.costs = {
Ages.DARK: (0, 0, 0, 0),