Skip to content

Commit

Permalink
Add poor weather type
Browse files Browse the repository at this point in the history
  • Loading branch information
swalker2m committed May 5, 2024
1 parent aabcbc0 commit a0e1607
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ enum ScienceSubtype(val tag: String, val letter: Char) derives Enumerated:
case DirectorsTime extends ScienceSubtype("directors_time", 'D')
case FastTurnaround extends ScienceSubtype("fast_turnaround", 'F')
case LargeProgram extends ScienceSubtype("large_program", 'L')
case PoorWeather extends ScienceSubtype("poor_weather", 'P')
case Queue extends ScienceSubtype("queue", 'Q')
case DemoScience extends ScienceSubtype("demo_science", 'S')
case SystemVerification extends ScienceSubtype("system_verification", 'V')
Expand Down

0 comments on commit a0e1607

Please sign in to comment.