Skip to content

Commit

Permalink
Update fnc_init.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinskihenry authored Aug 28, 2024
1 parent d2a2697 commit e43265b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/pharma/functions/fnc_init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if (GVAR(kidneyAction)) then {
[_idPFH] call CBA_fnc_removePerFrameHandler;
};

private _ph = _unit getVariable [QGVAR(externalPh), 3000];
private _ph = _unit getVariable [QGVAR(externalPh), 0];
private _kidneyFail = _unit getVariable [QGVAR(kidneyFail), false];
private _kidneyArrest = _unit getVariable [QGVAR(kidneyArrest), false];
private _kidneyPressure = _unit getVariable [QGVAR(kidneyPressure), false];
Expand Down

0 comments on commit e43265b

Please sign in to comment.