Skip to content

Commit

Permalink
Revert hoplite firing from transports (FAForever#6094)
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 authored Apr 18, 2024
1 parent 3c44f08 commit 7993337
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog/3809.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Both mobile and static shields absorb full damage from ACU explosions. For example, this prevents ACU explosions from killing all engineers inside shielded bases/firebases or killing all units in mobile-shielded T2 armies.
The structure part of static shields still takes reduced structure damage from ACU explosions.

- (#6073) Allow Mongoose and Hoplite to fire from transports.
- (#6073, #6094) Allow Mongoose to fire from transports.

- (#5901) Increase UEF T3 MAA's DPS and damage, and swap its speed with Aeon's T3 MAA.

Expand Down
Binary file removed units/DRL0204/DRL0204_lod0.scm
Binary file not shown.
3 changes: 1 addition & 2 deletions units/DRL0204/DRL0204_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ UnitBlueprint{
StrategicIconName = "icon_bot2_directfire",
StrategicIconSortPriority = 135,
Transport = {
CanFireFromTransport = true,
CanFireFromTransport = false,
TransportClass = 2,
},
Veteran = {
Expand All @@ -206,7 +206,6 @@ UnitBlueprint{
DamageType = "Normal",
DisplayName = "Iridium Rocket Pack",
FireTargetLayerCapsTable = {
Air = "Land|Water|Seabed",
Land = "Land|Water|Seabed",
Water = "Land|Water|Seabed",
},
Expand Down

0 comments on commit 7993337

Please sign in to comment.