From eb6b3cf60d5e64bf09773ec4a452fa7fd978a794 Mon Sep 17 00:00:00 2001 From: drivver44 <75929927+drivver44@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:11:23 -0800 Subject: [PATCH] changes panther from 2x2 to 3x3 movedeff and footprint (#3989) --- units/ArmVehicles/T2/armlatnk.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/units/ArmVehicles/T2/armlatnk.lua b/units/ArmVehicles/T2/armlatnk.lua index 9ab69ea54b4..35510109178 100644 --- a/units/ArmVehicles/T2/armlatnk.lua +++ b/units/ArmVehicles/T2/armlatnk.lua @@ -9,8 +9,8 @@ return { corpse = "DEAD", energycost = 6400, explodeas = "smallExplosionGeneric", - footprintx = 2, - footprintz = 2, + footprintx = 3, + footprintz = 3, health = 1060, idleautoheal = 5, idletime = 1800, @@ -20,7 +20,7 @@ return { maxslope = 10, maxwaterdepth = 12, metalcost = 330, - movementclass = "TANK2", + movementclass = "TANK3", nochasecategory = "VTOL", objectname = "Units/ARMLATNK.s3o", script = "Units/ARMLATNK.cob",