Skip to content

Commit

Permalink
Hopefully fix pain effect in Zeus mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
KoffeinFlummi committed Dec 21, 2014
1 parent 1e8e1a0 commit 8ad6966
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AGM_Medical/clientInit.sqf
Expand Up @@ -42,6 +42,9 @@ AGM_Pain_CC ppEffectCommit 0;
AGM_BloodLevel_CC ppEffectEnable False;
AGM_Unconscious_CC ppEffectEnable False;
AGM_Unconscious_RB ppEffectEnable False;
AGM_Blinding_CC ppEffectEnable False;
AGM_Pain_CC ppEffectEnable False;
AGM_Pain_CA ppEffectEnable False;
waitUntil {isNull(findDisplay 312)};
};

Expand All @@ -50,6 +53,9 @@ AGM_Pain_CC ppEffectCommit 0;
AGM_BloodLevel_CC ppEffectEnable False;
AGM_Unconscious_CC ppEffectEnable False;
AGM_Unconscious_RB ppEffectEnable False;
AGM_Blinding_CC ppEffectEnable False;
AGM_Pain_CC ppEffectEnable False;
AGM_Pain_CA ppEffectEnable False;
if !(isNull (uiNamespace getVariable ["AGM_Core_dlgDisableMouse", displayNull])) then {
[False] call AGM_Core_fnc_disableUserInput;
};
Expand Down

0 comments on commit 8ad6966

Please sign in to comment.