From 0ed5ae4e56f0d32aa91dc8732c5400e9eb8200f6 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Sat, 4 Feb 2023 18:40:04 +0100 Subject: [PATCH] Fix: Civilian ForkliftSmall can now be crushed by vehicles, can no longer crush trees (#1625) --- .../GameFilesEdited/Data/INI/Object/CivilianUnit.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/CivilianUnit.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/CivilianUnit.ini index d02ca395a..8cfb77945 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/CivilianUnit.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/CivilianUnit.ini @@ -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 ***