Skip to content

Commit

Permalink
Fix captured Airfields only being able to host one plane.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Aug 13, 2024
1 parent 058d07c commit c5f532c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mod.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
MOD_ID="gen"

# The OpenRA engine version to use for this project.
ENGINE_VERSION="12a16abe8e3a7fc61b3ebacceb31e45acca81f01"
ENGINE_VERSION="2a853b13c65a103edccb38a3c630ccc1bd4e4a70"

##############################################################################
# Packaging
Expand Down
2 changes: 2 additions & 0 deletions mods/gen/rules/structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3403,6 +3403,7 @@ building.usa_airfield:
SpawnNeighboringActors@DOCK:
ActorTypes: hack.dock
Locations: 2,2, 3,1, 3,2
RequiresCondition: !build-incomplete
WithIdleOverlay@DISH:
Sequence: idle-dish
Exit@0:
Expand Down Expand Up @@ -3528,6 +3529,7 @@ building.prc_airfield:
SpawnNeighboringActors@DOCK:
ActorTypes: hack.dock
Locations: 0,1, 2,1, 3,1
RequiresCondition: !build-incomplete
Selectable:
Bounds: 4096, 2730, 0, -170
WithIdleOverlay@FLAG:
Expand Down

0 comments on commit c5f532c

Please sign in to comment.