mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed Full Repair available even when vehicle is already fully repaired
This commit is contained in:
parent
ca991712e8
commit
ce8da8d720
@ -63,7 +63,7 @@ class ACE_Repair {
|
||||
requiredEngineer = QGVAR(engineerSetting_fullRepair);
|
||||
repairLocations[] = {QGVAR(fullRepairLocation)};
|
||||
repairingTime = 30;
|
||||
condition = "damage (_this select 1) > 0";
|
||||
condition = "damage _target > 0";
|
||||
callbackSuccess = QUOTE(call FUNC(doFullRepair));
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user