Files
RimBlock c2f86fa6fe Update C130.hpp
Added realistic fuel capacity
2014-06-03 22:14:21 +08:00

8 lines
170 B
C++

class C130J_US_EP1;
class C130J_US_EP1_DZ: C130J_US_EP1 {
transportMaxWeapons = 50;
transportMaxMagazines = 400;
transportmaxbackpacks = 20;
fuelCapacity = 34095;
};