0.3.9 b554

fixed missing var in biteplayer
This commit is contained in:
vbawol 2016-07-05 14:15:42 -05:00
parent 8f3b06f0f4
commit d1854aaaa3
32 changed files with 8 additions and 5 deletions

View File

@ -33,12 +33,15 @@ if !(_target isEqualTo player) then {
_cfgObjectInteraction = (('CfgObjectInteractions' call EPOCH_returnConfig) >> (typeOf _unit));
if (isClass _cfgObjectInteraction) then {
_distance = getNumber (_cfgObjectInteraction >> "distance");
_toxicChance = getNumber (_cfgObjectInteraction >> "toxicChance");
_bleedChance = getNumber (_cfgObjectInteraction >> "bleedChance");
_bloodpChance = getNumber (_cfgObjectInteraction >> "bloodpChance");
_fatigueChance = getNumber (_cfgObjectInteraction >> "fatigueChance");
_bleedAmount = getNumber (_cfgObjectInteraction >> "bleedAmount");
_bloodpAmount = getNumber (_cfgObjectInteraction >> "bloodpAmount");
_soundConfigArray = getArray (_cfgObjectInteraction >> "soundEffect");
if !(_soundConfigArray isEqualTo []) then {
_soundEffect = selectRandom _soundConfigArray;

View File

@ -1 +1 @@
build=553;
build=554;

View File

@ -1 +1 @@
build=553;
build=554;

View File

@ -1 +1 @@
build=553;
build=554;

View File

@ -1 +1 @@
build=553;
build=554;

View File

@ -1 +1 @@
553
554