Changed bambi timeout to 10 min

Extended death timer to 15 min (to give time for people to use the defib)
This commit is contained in:
Zepheris 2018-03-03 22:56:56 -07:00
parent ecbdde9d6e
commit 0232bed5e2
4 changed files with 2 additions and 2 deletions

View File

@ -4324,7 +4324,7 @@ class CfgSettings
* expired or when they pick up their first weapon. Whatever
* happens first.
*/
protectionDuration = 5;
protectionDuration = 10;
/**
* Radius of spawn zones around the center of spawn zone markers.

Binary file not shown.

View File

@ -27,7 +27,7 @@ forceRotorLibSimulation = 2;
skipLobby = 1;
joinUnassigned = 1;
respawn = "BASE";
respawnDelay = 120;
respawnDelay = 900;
respawnDialog = 0;
respawnOnStart = 0;
respawnButton = 1;