Skip to content

Commit

Permalink
feat(mechanics): Remove shield generation and hull repair rate from t…
Browse files Browse the repository at this point in the history
…he allowed-negative whitelist (endless-sky#9427)
  • Loading branch information
Arachi-Lover authored Oct 9, 2023
1 parent de07d9e commit ae21b72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/Outfit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ namespace {
// disallowed or undesirable behaviors (such as dividing by zero).
const auto MINIMUM_OVERRIDES = map<string, double>{
// Attributes which are present and map to zero may have any value.
{"shield generation", 0.},
{"shield energy", 0.},
{"shield fuel", 0.},
{"shield heat", 0.},
{"hull repair rate", 0.},
{"hull energy", 0.},
{"hull fuel", 0.},
{"hull heat", 0.},
Expand Down

0 comments on commit ae21b72

Please sign in to comment.