Rename & Extend WW2-Essex layout to support ARA-VDM + CVA-31

This commit is contained in:
Raffson
2025-10-26 18:21:38 +01:00
parent 06044dd4c3
commit 2f16916ac4
4 changed files with 7 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ class ArmedForces:
# all layouts which are usable by the given faction.
for layout in LAYOUTS.layouts:
if layout.generic and layout.usable_by_faction(faction):
# Creates a faction compatible GorceGroup
# Creates a faction compatible ForceGroup
self.add_or_update_force_group(ForceGroup.for_layout(layout, faction))
# Add all preset groups afterwards to prevent them being merged with generics