Skip to content

Commit

Permalink
Update fnc_medicationLocal.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Dec 4, 2024
1 parent f346028 commit 0102ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/pharma/functions/fnc_medicationLocal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private _BPMult = _minBPMult + ((_bloodPressure - _maxBP) / (_minBP - _maxBP)) *

private _alphaAction = GET_VASOCONSTRICTION(_patient);

Private _drugMult = ((_BPMult * _hrMult * _bloodMult * _alphaAction) min 2.5);
Private _drugMult = (((_BPMult * _hrMult * _bloodMult * _alphaAction) min 2.5) max 0.2);

private _painReduce = GET_NUMBER(_medicationConfig >> "painReduce",getNumber (_defaultConfig >> "painReduce"));
private _timeInSystem = GET_NUMBER(_medicationConfig >> "timeInSystem",getNumber (_defaultConfig >> "timeInSystem"));
Expand Down

0 comments on commit 0102ed5

Please sign in to comment.