Skip to content

Commit

Permalink
Update Setting that gives Microdagr on respawn in the clock slot
Browse files Browse the repository at this point in the history
Update Setting that gives the TFAR Microdagr to program PRR radios on respawn in the clock slot that removes the altimeter and provides us with the base clock. With this setting set to "False" we will no longer have that happen.
  • Loading branch information
Zarenx authored Oct 17, 2024
1 parent 11c0754 commit d43e1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ force force TFAR_externalIntercomMaxRange_Phone = 5;
force force TFAR_externalIntercomMaxRange_Wireless = 15;
force force TFAR_fullDuplex = true;
force force TFAR_giveLongRangeRadioToGroupLeaders = false;
force force TFAR_giveMicroDagrToSoldier = true;
force force TFAR_giveMicroDagrToSoldier = false;
force force TFAR_givePersonalRadioToRegularSoldier = false;
force force TFAR_globalRadioRangeCoef = 3;
force force TFAR_instantiate_instantiateAtBriefing = false;
Expand Down

0 comments on commit d43e1da

Please sign in to comment.