From ae21b723f2a3ec67527bd0c08bc3112dc3712562 Mon Sep 17 00:00:00 2001 From: Arachi-Lover <82293490+Arachi-Lover@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:57:53 -0300 Subject: [PATCH] feat(mechanics): Remove shield generation and hull repair rate from the allowed-negative whitelist (#9427) --- source/Outfit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Outfit.cpp b/source/Outfit.cpp index 6047304cf154..3124ee8a5809 100644 --- a/source/Outfit.cpp +++ b/source/Outfit.cpp @@ -36,11 +36,9 @@ namespace { // disallowed or undesirable behaviors (such as dividing by zero). const auto MINIMUM_OVERRIDES = map{ // 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.},