From a7824039e3af7fe7ab9296ed85c1f2fd9c50e030 Mon Sep 17 00:00:00 2001 From: Khopa Date: Sun, 7 Jun 2020 15:54:15 +0200 Subject: [PATCH] Added revenue for derrick building --- changelog.md | 1 + game/db.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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