Fixed warehouse building not generating any rewards

This commit is contained in:
Khopa
2020-11-21 18:31:12 +01:00
parent f0480b033f
commit 398fa1e73d
2 changed files with 5 additions and 3 deletions

View File

@@ -1119,7 +1119,7 @@ TIME_PERIODS = {
}
REWARDS = {
"power": 4, "warehouse": 2, "fuel": 2, "ammo": 2,
"power": 4, "warehouse": 2, "ware": 2, "fuel": 2, "ammo": 2,
"farp": 1, "fob": 1, "factory": 10, "comms": 10, "oil": 10,
"derrick": 8
}