Skip to content

Commit

Permalink
~ Added: Sd.Kfz 7 ammo carrier compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTyranos committed Aug 30, 2018
1 parent 33652de commit c85e29c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/main/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,10 @@ class CfgVehicles {
class LIB_SdKfz_7_base: LIB_WheeledTracked_APC_base {
ace_refuel_fuelCapacity = 215;
};
class LIB_SdKfz_7_Ammo: LIB_SdKfz_7_base {
transportAmmo = 0;
ace_rearm_defaultSupply = 1200;
};

class LIB_Halftrack_base: LIB_WheeledTracked_APC_base {
ace_refuel_fuelCapacity = 230;
Expand Down

0 comments on commit c85e29c

Please sign in to comment.