diff --git a/changelog.md b/changelog.md index ebd79e24..d932450e 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,7 @@ * **[Info Panel]** Added information about units destroyed outside the frontline in the debriefing window * **[Info Panel]** Added information about buildings destroyed in the debriefing window * **[Map]** Tooltip now contains the list of building for Strike targets on the map +* **[Map]** Added "Oil derrick" building * **[Misc]** Made it possible to setup DCS Saved Games directory and DCS installation directory manually ##Fixed issues : diff --git a/game/db.py b/game/db.py index ca143278..ff696a34 100644 --- a/game/db.py +++ b/game/db.py @@ -797,7 +797,8 @@ TIME_PERIODS = { REWARDS = { "power": 4, "warehouse": 2, "fuel": 2, "ammo": 2, - "farp": 1, "fob": 1, "factory": 10, "comms": 10, "oil": 10 + "farp": 1, "fob": 1, "factory": 10, "comms": 10, "oil": 10, + "derrick": 8 } # Base post-turn bonus value