Skip to content

Commit

Permalink
Fix: Civilian ForkliftSmall can now be crushed by vehicles, can no lo…
Browse files Browse the repository at this point in the history
…nger crush trees (#1625)
  • Loading branch information
xezon committed Feb 21, 2023
1 parent 245f7cd commit 0ed5ae4
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 @@ -12437,8 +12437,10 @@ Object ForkliftSmall
Armor = TruckArmor
DamageFX = CrushableCarDamageFX
End
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

; Patch104p @bugfix xezon 04/02/2023 Change CrusherLevel from 2, CrushableLevel from 2.
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
CommandSet = CivilianCarBombCommandSet

; *** AUDIO Parameters ***
Expand Down

0 comments on commit 0ed5ae4

Please sign in to comment.