mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-16 05:02:57 +03:00
Disable flies by default and add enableFlies config variable
Also, when enabled, flies now spawn ten minutes after the player's death instead of two minutes after as recommended by @oiad .
This commit is contained in:
@@ -154,9 +154,6 @@ deleteGroup _myGroup;
|
||||
4 cutRsc ["default", "PLAIN",3];
|
||||
|
||||
_body setVariable["combattimeout", 0, true];
|
||||
//due to a cleanup issue with effects this has been disabled remember to look at the cleanup before adding it back.
|
||||
//dayzFlies = player;
|
||||
//publicVariable "dayzFlies";
|
||||
|
||||
_animState = toLower (animationState _body);
|
||||
_animStateArray = toArray _animState;
|
||||
|
||||
Reference in New Issue
Block a user