Combine unit and research functions

This commit is contained in:
Nate Bowman
2026-07-28 19:51:05 -04:00
parent ebd3858aef
commit 3bcc133674
3 changed files with 83 additions and 105 deletions

View File

@@ -12,3 +12,5 @@ class Housing():
Buildings.HOUSE: 5,
Buildings.TOWNCENTER: 5,
})
self.required = defaultdict(int, {u: 1 for u in Units})