mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add optional self transfuse
Right click on blood bag, if enable it will show the self transfuse button. Currently replenishes all blood. May be used once every 5 minutes.
This commit is contained in:
@@ -5,7 +5,7 @@ _button = _this select 1;
|
||||
_parent = findDisplay 106;
|
||||
|
||||
//if ((time - dayzClickTime) < 1) exitWith {};
|
||||
|
||||
if (!DZE_SelfTransfuse && ((gearSlotData _control) == "ItemBloodBag")) exitWith {};
|
||||
if (_button == 1) then {
|
||||
//dayzClickTime = time;
|
||||
_group = _parent displayCtrl 6902;
|
||||
|
||||
Reference in New Issue
Block a user