Skip to content

Commit

Permalink
Merge pull request #21 from kevindude6/add-legion
Browse files Browse the repository at this point in the history
Detect legion com from faction picker
  • Loading branch information
Jazcash authored Dec 3, 2024
2 parents 1068caf + bb38249 commit 616d765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lua-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ export const standardLuaHandlers: LuaHandler[] = [
return "Cortex";
} else if (unitDefId ==="armcom") {
return "Armada";
} else if (unitDefId === "legcom") {
return "Legion";
}
}

Expand Down

0 comments on commit 616d765

Please sign in to comment.