Skip to content

Commit 80085cd

Browse files
committed
Removed ColonyShipDeorbitMoraleLossMultiplier from MapViewState
1 parent 61573e0 commit 80085cd

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

appOPHD/States/MapViewState.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,6 @@ const std::map<Difficulty, int> MapViewState::GracePeriod
172172
{Difficulty::Hard, 15}
173173
};
174174

175-
const std::map<Difficulty, int> MapViewState::ColonyShipDeorbitMoraleLossMultiplier
176-
{
177-
{Difficulty::Beginner, 1},
178-
{Difficulty::Easy, 3},
179-
{Difficulty::Medium, 6},
180-
{Difficulty::Hard, 10}
181-
};
182-
183175

184176
MapViewState::MapViewState(GameState& gameState, const std::string& savegame) :
185177
mCrimeRateUpdate{mDifficulty},

appOPHD/States/MapViewState.h

-3
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ class MapViewState : public Wrapper
299299
// Length of "honeymoon period" of no crime/morale updates after landing, in turns
300300
static const std::map<Difficulty, int> GracePeriod;
301301

302-
// Morale loss multiplier on colonist death due to colony ship de-orbit
303-
static const std::map<Difficulty, int> ColonyShipDeorbitMoraleLossMultiplier;
304-
305302
// MISCELLANEOUS
306303
int mTurnCount = 0;
307304

0 commit comments

Comments
 (0)