From 21858f0f09061cb6196a285885c1e8d98c2c5dc7 Mon Sep 17 00:00:00 2001 From: Nazfib Date: Sat, 14 Dec 2024 07:34:48 +0100 Subject: [PATCH] Remove payloads from SM tanks again (#2459) The space stations program PR #2326 accidentally added ComSat, NavSat and WeatherSat payloads back to SM tanks. Putting SoundingPayload into SM tanks is a classic "noob trap"; you should always put it into HP regular tanks, instead. Remove all these payload resources from SM tanks again. --- .../RP-1/Contracts/RP0_Contract_Resources.cfg | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/GameData/RP-1/Contracts/RP0_Contract_Resources.cfg b/GameData/RP-1/Contracts/RP0_Contract_Resources.cfg index 25bafd825e8..1c4dc60e4c0 100644 --- a/GameData/RP-1/Contracts/RP0_Contract_Resources.cfg +++ b/GameData/RP-1/Contracts/RP0_Contract_Resources.cfg @@ -99,38 +99,6 @@ RESOURCE_DEFINITION amount = 0.0 maxAmount = 0.0 } - TANK - { - name = ComSatPayload - utilization = 1 - fillable = True - amount = 0.0 - maxAmount = 0.0 - } - TANK - { - name = WeatherSatPayload - utilization = 1 - fillable = True - amount = 0.0 - maxAmount = 0.0 - } - TANK - { - name = NavSatPayload - utilization = 1 - fillable = True - amount = 0.0 - maxAmount = 0.0 - } - TANK - { - name = SoundingPayload - utilization = 1 - fillable = True - amount = 0.0 - maxAmount = 0.0 - } } @TANK_DEFINITION:HAS[#addSoundingPayload[true]]:FOR[RP-0]