mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
AdminMenu "Heal Player / Target" fix
This commit is contained in:
parent
92dedfce6b
commit
d21c503061
@ -30,7 +30,7 @@ class CfgSecConf
|
||||
resetTempGroup = "Epoch_my_tempGroup = []; Epoch_my_tempGroupUID = '';";
|
||||
tempGroupUpdate = "Epoch_my_tempGroup = _this; call EPOCH_tempGroup_update;";
|
||||
tempGroupUidUpdate = "Epoch_my_tempGroupUID = _this;";
|
||||
healPlayer = "{missionNamespace setVariable[format['EPOCH_player%1', _x], EPOCH_defaultVars select(EPOCH_customVars find _x)]} forEach['Temp','Hunger','Thirst','Toxicity','Stamina','BloodP','Alcohol','Radiation'];";
|
||||
healPlayer = "{[_x,(EPOCH_defaultVars select(EPOCH_customVars find _x)) - (missionnamespace getvariable format ['EPOCH_player%1',_x])] call Epoch_GiveAttributes;} foreach ['Temp','Hunger','Thirst','Toxicity','Stamina','BloodP','Alcohol','Radiation'];";
|
||||
tradeComplete = "EPOCH_TRADE_COMPLETE = _this;";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user