Add TZ-8-255B1 to refuel vehicles (#8359)

This commit is contained in:
Salluci 2021-08-23 14:52:10 -03:00 committed by GitHub
parent 0d5a4d89d8
commit 01d6fdf97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,6 +168,13 @@ class CfgVehicles {
ace_rearm_defaultSupply = 1200;
};
class rhs_kraz255b1_base;
class rhs_kraz255b1_fuel_base: rhs_kraz255b1_base {
transportFuel = 0;
EGVAR(refuel,hooks)[] = {{-0.05,-3.6,-0.45}};
EGVAR(refuel,fuelCargo) = 10000;
};
class rhs_truck: Truck_F {
EGVAR(refuel,fuelCapacity) = 210;
};