From d43e1dae02e611b2d400d79bab686292d66f4f78 Mon Sep 17 00:00:00 2001 From: Zarenx <111392464+Zarenx@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:30:41 +0200 Subject: [PATCH] Update Setting that gives Microdagr on respawn in the clock slot 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. --- cba_settings.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cba_settings.sqf b/cba_settings.sqf index 1449892ba..91a345365 100644 --- a/cba_settings.sqf +++ b/cba_settings.sqf @@ -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;