Skip to content

Commit

Permalink
Added MIXED_ARTILLERY to role string parser
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperStucco authored and SuperStucco committed May 29, 2024
1 parent d1ef66d commit 69c819b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions megamek/src/megamek/client/ratgenerator/MissionRole.java
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,8 @@ public static MissionRole parseRole(String role) {
return ARTILLERY;
case "missile artillery":
return MISSILE_ARTILLERY;
case "mixed artillery":
return MIXED_ARTILLERY;
case "anti aircraft":
return ANTI_AIRCRAFT;
case "anti infantry":
Expand Down

0 comments on commit 69c819b

Please sign in to comment.