Skip to content

Commit

Permalink
Fix: Civilian Humvee1 can now crush trees (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Feb 21, 2023
1 parent 97efabe commit c7406f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Object/CivilianUnit.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5211,7 +5211,9 @@ Object Humvee1
ExperienceValue = 50 100 150 400 ;Experience point value at each level
ExperienceRequired = 0 150 450 900 ;Experience points needed to gain each level
IsTrainable = Yes ;Can gain experience
CrusherLevel = 1 ;What can I crush?: 1 = infantry, 2 = trees, 3 = vehicles

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

; *** AUDIO Parameters ***
Expand Down

0 comments on commit c7406f2

Please sign in to comment.