#188 refactored RPS dmg_high to high_dmg

This commit is contained in:
Mikayla Fischler
2023-03-04 22:32:13 -05:00
parent 83dc1064f7
commit 9eddab2c23
12 changed files with 27 additions and 27 deletions

View File

@@ -273,7 +273,7 @@ types.FLUID = {
---@alias rps_trip_cause
---| "ok"
---| "dmg_high"
---| "high_dmg"
---| "high_temp"
---| "low_coolant"
---| "ex_waste"
@@ -288,7 +288,7 @@ types.FLUID = {
types.RPS_TRIP_CAUSE = {
OK = "ok",
DMG_HIGH = "dmg_high",
HIGH_DMG = "high_dmg",
HIGH_TEMP = "high_temp",
LOW_COOLANT = "low_coolant",
EX_WASTE = "ex_waste",