diff --git a/changelog/snippets/fix.6195.md b/changelog/snippets/fix.6195.md new file mode 100644 index 0000000000..6afbae5423 --- /dev/null +++ b/changelog/snippets/fix.6195.md @@ -0,0 +1 @@ +- (#6195) Better match the Chariot's (Aeon Tech 1 transport) hitbox to its model. diff --git a/units/UAA0107/UAA0107_unit.bp b/units/UAA0107/UAA0107_unit.bp index df6342f0a8..2ca1e88219 100644 --- a/units/UAA0107/UAA0107_unit.bp +++ b/units/UAA0107/UAA0107_unit.bp @@ -160,10 +160,10 @@ UnitBlueprint{ SelectionSizeX = 0.9, SelectionSizeZ = 0.9, SelectionThickness = 0.43, - CollisionOffsetY = -0.25, + CollisionOffsetY = -0.5, CollisionOffsetZ = 0, SizeX = 2.2, - SizeY = 1.3, + SizeY = 1.4, SizeZ = 2.2, StrategicIconName = "icon_gunship1_transport", StrategicIconSortPriority = 65,