This commit is the equivalent of a atomic bomb
This commit is contained in:
22
braf_armored/BRAF_Guarani/GuaraniIntercom.hpp
Normal file
22
braf_armored/BRAF_Guarani/GuaraniIntercom.hpp
Normal file
@@ -0,0 +1,22 @@
|
||||
class AcreIntercoms {
|
||||
class Intercom_Crew {
|
||||
displayName = "Crew intercom"; // Name of the intercom network displayed to the players
|
||||
shortName = "Crew"; // Short name of the intercom network. Maximum of 5 characters
|
||||
allowedPositions[] = {"crew"};
|
||||
disabledPositions[] = {};
|
||||
limitedPositions[] = {{"cargo", "all"}};
|
||||
numLimitedPositions = 1;
|
||||
masterPositions[] = {"commander"};
|
||||
connectedByDefault = 1;
|
||||
};
|
||||
class Intercom_Pax: Intercom_Crew {
|
||||
displayName = "Pax intercom";
|
||||
shortName = "Pax";
|
||||
allowedPositions[] = {"crew", {"cargo", "all"}};
|
||||
limitedPositions[] = {};
|
||||
numLimitedPositions = 0;
|
||||
connectedByDefault = 0;
|
||||
};
|
||||
};
|
||||
|
||||
tf_isolatedAmount = 0.6;
|
||||
Reference in New Issue
Block a user