Skip to content

Commit

Permalink
Prevent the Vulthoo from missing units that are directly beneath it
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Dec 20, 2024
1 parent 508885d commit 4fd7d20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions units/XSA0203/XSA0203_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ UnitBlueprint{
TurretBonePitch = "Left_Turret_Barrel",
TurretBoneYaw = "Left_Turret",
TurretDualManipulators = false,
TurretPitch = -20,
TurretPitchRange = 60,
TurretPitch = -40,
TurretPitchRange = 90,
TurretPitchSpeed = 360,
TurretYaw = 0,
TurretYawRange = 180,
Expand Down Expand Up @@ -280,8 +280,8 @@ UnitBlueprint{
TurretBonePitch = "Right_Turret_Barrel",
TurretBoneYaw = "Right_Turret",
TurretDualManipulators = false,
TurretPitch = -20,
TurretPitchRange = 60,
TurretPitch = -40,
TurretPitchRange = 90,
TurretPitchSpeed = 360,
TurretYaw = 0,
TurretYawRange = 180,
Expand Down

0 comments on commit 4fd7d20

Please sign in to comment.