Skip to content

Commit

Permalink
Fix: Civilian SupplyTruck can no longer be crushed by vehicles, can n…
Browse files Browse the repository at this point in the history
…ow crush trees (#1625)
  • Loading branch information
xezon committed Feb 21, 2023
1 parent bf66cad commit d2a5315
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/CivilianUnit.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10688,8 +10688,10 @@ Object SupplyTruck
Armor = TruckArmor
DamageFX = CrushableCarDamageFX
End
CrusherLevel = 1 ;What can I crush?: 1 = infantry, 2 = trees, 3 = vehicles
CrushableLevel = 1 ;What am I?: 0 = for infantry, 1 = for trees, 2 = general vehicles

; Patch104p @bugfix xezon 04/02/2023 Change CrusherLevel from 1, CrushableLevel from 1.
CrusherLevel = 2 ;What can I crush?: 1 = infantry, 2 = trees, 3 = vehicles
CrushableLevel = 2 ;What am I?: 0 = for infantry, 1 = for trees, 2 = general vehicles
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down

0 comments on commit d2a5315

Please sign in to comment.