mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed some spawns
This commit is contained in:
parent
dce0b61d57
commit
80f90751cd
@ -73,7 +73,6 @@ if (count _attributes > 1) then {
|
||||
[_target] call EFUNC(common,setDead);
|
||||
};
|
||||
|
||||
// TODO use PFH instead
|
||||
[_target,_wearOff,_var] spawn {
|
||||
sleep ((_this select 1) + (round(random(30))));
|
||||
_amountDecreased = 0;
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
[] spawn {
|
||||
_log = [GVAR(INTERACTION_TARGET)] call FUNC(getActivityLog);
|
||||
_counter = 0;
|
||||
lbclear 214;
|
||||
@ -43,5 +42,3 @@
|
||||
lbadd[215, "No Data recorded.."];
|
||||
lbadd[215, ""];
|
||||
};
|
||||
|
||||
};
|
@ -66,7 +66,6 @@ _displayBodyPartText = switch (_bodyPartText) do {
|
||||
lbadd[213,format[localize "STR_ACE_UI_SELECTED_BODY_PART",_displayBodyPartText]];
|
||||
lbSetData [213, _numberOf, ""];
|
||||
lbSetColor [213, _numberOf, [0.27, 0.40, 0.26, 1]];
|
||||
//[] spawn FUNC(updateActivityLog);
|
||||
_numberOf = _numberOf + 1;
|
||||
|
||||
if (GVAR(setting_allowAirwayInjuries)) then {
|
||||
|
Loading…
Reference in New Issue
Block a user