Skip to content

Commit

Permalink
Fix Seraphim walls (xsb5101) not orientating to the terrain as inte…
Browse files Browse the repository at this point in the history
…nded (#6471)
  • Loading branch information
Garanas authored Oct 4, 2024
1 parent 3f68ee3 commit f5406c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/snippets/fix.6471.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- (#6471) Fix Seraphim walls not orientating towards the terrain
2 changes: 1 addition & 1 deletion units/XSB5101/XSB5101_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ UnitBlueprint{
RebuildBonusIds = { "xsb5101" },
},
General = {
AlwaysAlignToTerrain = true,
CapCost = 0.1,
FactionName = "Seraphim",
Icon = "land",
Expand All @@ -82,6 +81,7 @@ UnitBlueprint{
LifeBarOffset = 0.55,
LifeBarSize = 0.8,
Physics = {
AlwaysAlignToTerrain = true,
DragCoefficient = 0.2,
MaxGroundVariation = 50,
MeshExtentsX = 1.5,
Expand Down

0 comments on commit f5406c2

Please sign in to comment.