Skip to content

Commit

Permalink
wiesel classname
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusselwurm committed Aug 4, 2019
1 parent 427bd86 commit dab6c69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BC_buyables/factions/bwTank.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class bwTank {
side = "Blufor";
loadout = "bwFle";
mode = "destroy";

// needs to be in every faction
class StartVehicle {
deployAction = "";
Expand Down Expand Up @@ -79,8 +79,8 @@ class bwTank {
crewHelmet = "";
disableTIEquipment = "true";

class redd_tank_wiesel_1a2_tow {
displayName = "HMMWV-TOW";
class Redd_Tank_Wiesel_1A2_TOW_Flecktarn {
displayName = "Wiesel-TOW";
description = "";
code = "(_this select 0) addWeaponCargoGlobal ['rhs_weap_m72a7', 6];";
stock = 2;
Expand All @@ -89,4 +89,4 @@ class bwTank {
vehicleInit = "[[],[]]";
};
};
};
};

0 comments on commit dab6c69

Please sign in to comment.