Skip to content

Commit

Permalink
F-16C: Add missing RWR ship "U" and SYS TEST "ON" lamps (#1013)
Browse files Browse the repository at this point in the history
Fixes #1012
  • Loading branch information
charliefoxtwo authored Oct 17, 2024
1 parent b941d82 commit 0fd5e53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Scripts/DCS-BIOS/lib/modules/aircraft_modules/F-16C_50.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2090,4 +2090,7 @@ F_16C_50:defineFloat("STANDBY_COMPASS_HEADING", 610, { 1, 0 }, "Standby Compass"
F_16C_50:defineFloat("STANDBY_COMPASS_PITCH", 611, { -1, 1 }, "Standby Compass", "Standby Compass Pitch")
F_16C_50:defineFloat("STANDBY_COMPASS_ROLL", 612, { -1, 1 }, "Standby Compass", "Standby Compass Roll")

F_16C_50:defineIndicatorLight("LIGHT_RWR_SHIP_U", 153, "Warning, Caution and IndicatorLights", "RWR SHIP U Light (green)")
F_16C_50:defineIndicatorLight("LIGHT_RWR_SYSTEST_ON", 154, "Warning, Caution and IndicatorLights", "RWR SYSTEST ON Light (green)")

return F_16C_50

0 comments on commit 0fd5e53

Please sign in to comment.