mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixed typo pt2
This commit is contained in:
parent
88ba4b9e6b
commit
2df932cda6
Binary file not shown.
@ -191,6 +191,7 @@ for "_i" from 1 to _maxVehicleLimit do {
|
||||
// set damage and hitpoints
|
||||
_vehicle setDamage _damage;
|
||||
_allHitpoints = getAllHitPointsDamage _vehicle;
|
||||
_hitpoints = _arr select 3;
|
||||
if !(_allHitpoints isEqualTo []) then{
|
||||
_actualHitpoints = _allHitpoints select 0;
|
||||
if ((count _actualHitpoints) == (count _hitpoints)) then{
|
||||
|
Loading…
Reference in New Issue
Block a user