comment
This commit is contained in:
parent
d4238d446a
commit
20f5b326e9
|
@ -9,6 +9,7 @@ class House extends Infrastructure {
|
|||
}
|
||||
|
||||
public max (state: GameState): number {
|
||||
// two houses per compound
|
||||
return state.getResource('cmpnd').value * 2;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue