Skip to content

Commit

Permalink
Fix: Civilian TruckWork2 can no longer be crushed by vehicles, can no…
Browse files Browse the repository at this point in the history
…w crush trees (#1625)
  • Loading branch information
xezon committed Feb 21, 2023
1 parent 1ed9286 commit 9a8b8a1
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 @@ -13332,8 +13332,10 @@ Object TruckWork2
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 9a8b8a1

Please sign in to comment.