Skip to content

Commit

Permalink
Remove payloads from SM tanks again (#2459)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Nazfib authored Dec 14, 2024
1 parent 665c0d3 commit 21858f0
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions GameData/RP-1/Contracts/RP0_Contract_Resources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 21858f0

Please sign in to comment.