This commit is contained in:
Rudis Muiznieks 2021-08-22 21:25:39 -05:00
parent d4238d446a
commit 20f5b326e9
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class House extends Infrastructure {
}
public max (state: GameState): number {
// two houses per compound
return state.getResource('cmpnd').value * 2;
}