Skip to content

Commit

Permalink
Fix Aeon T1 and Seraphim T1/T2 transports blocking construction (#5885)
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 authored Mar 14, 2024
1 parent 9f47704 commit 4f83466
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions units/UAA0107/UAA0107_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ UnitBlueprint{
},
Footprint = {
MaxSlope = 0.25,
SizeX = 1,
SizeZ = 4,
SizeX = 2,
SizeZ = 2,
},
General = {
CommandCaps = {
Expand Down
4 changes: 2 additions & 2 deletions units/XSA0104/XSA0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ UnitBlueprint{
},
Footprint = {
MaxSlope = 0.25,
SizeX = 3,
SizeZ = 5,
SizeX = 4,
SizeZ = 6,
},
General = {
CommandCaps = {
Expand Down
4 changes: 2 additions & 2 deletions units/XSA0107/XSA0107_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ UnitBlueprint{
},
Footprint = {
MaxSlope = 0.25,
SizeX = 1,
SizeZ = 4,
SizeX = 4,
SizeZ = 6,
},
General = {
CommandCaps = {
Expand Down

0 comments on commit 4f83466

Please sign in to comment.