This commit is the equivalent of a atomic bomb
This commit is contained in:
27
braf_armored/BRAF_Guarani/GuaraniRadioRack.hpp
Normal file
27
braf_armored/BRAF_Guarani/GuaraniRadioRack.hpp
Normal file
@@ -0,0 +1,27 @@
|
||||
class AcreRacks {
|
||||
class Rack_Comrades {
|
||||
displayName = "Dashboard Left";
|
||||
shortName = "Left";
|
||||
componentName = "ACRE_VRC103";
|
||||
allowedPositions[] = {"commander"};
|
||||
disabledPositions[] = {};
|
||||
defaultComponents[] = {};
|
||||
mountedRadio = "ACRE_PRC117F";
|
||||
isRadioRemovable = 0;
|
||||
intercom[] = {"Intercom_Crew"};
|
||||
};
|
||||
class Rack_Command {
|
||||
displayName = "Dashboard Right";
|
||||
shortName = "Right";
|
||||
componentName = "ACRE_VRC103";
|
||||
allowedPositions[] = {"commander"};
|
||||
disabledPositions[] = {};
|
||||
defaultComponents[] = {};
|
||||
mountedRadio = "ACRE_PRC117F";
|
||||
isRadioRemovable = 0;
|
||||
intercom[] = {};
|
||||
};
|
||||
};
|
||||
|
||||
tf_RadioType = "braf_radio_backpack_olive_notvp";
|
||||
tf_hasLRradio = 1;
|
||||
Reference in New Issue
Block a user