mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fix blood pressure
This commit is contained in:
parent
8e017957aa
commit
675348b160
@ -126,7 +126,7 @@ if (_forceBloodRise) then {
|
||||
} else {
|
||||
if (_allowBloodDrop) then {
|
||||
// allow player to bleed out
|
||||
_lowerBPlimit = [_playerBloodPMin,0] select (isBleeding player);
|
||||
_lowerBPlimit = [100,0] select (isBleeding player);
|
||||
_playerBloodP = [_playerBloodPKey, -1, _playerBloodPMax , _lowerBPlimit] call EPOCH_fnc_setVariableLimited;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user