mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed spaces
This commit is contained in:
parent
1c2c7ef8d7
commit
245151d8c2
@ -53,7 +53,7 @@ if (GVAR(level) < 2) then {
|
||||
};
|
||||
_newDamage = _this call FUNC(handleDamage_caching);
|
||||
_typeOfDamage = [_projectile] call FUNC(getTypeOfDamage);
|
||||
|
||||
|
||||
_typeIndex = (GVAR(allAvailableDamageTypes) find _typeOfDamage);
|
||||
_minLethalDamage = 0.01;
|
||||
if (_typeIndex >= 0) then {
|
||||
|
Loading…
Reference in New Issue
Block a user