mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
removed extra newlines and double spaces
This commit is contained in:
parent
22ca38fc2c
commit
25cc22bf77
@ -66,7 +66,6 @@ class Gatling_30mm_HE_Plane_CAS_01_F: BulletBase {
|
||||
GVAR(gurney_k) = "1/2";
|
||||
};
|
||||
|
||||
|
||||
class ammo_Gun35mmAABase: BulletBase {
|
||||
// Gepard uses an Oerlikon GDF and the AA vehicles mimics it like it
|
||||
// https://en.wikipedia.org/wiki/Oerlikon_GDF#Ammunition
|
||||
@ -400,7 +399,6 @@ class M_SPG9_HE: M_SPG9_HEAT {
|
||||
GVAR(classes)[] = {QGVAR(small), QGVAR(tiny), QGVAR(medium), QGVAR(medium)};
|
||||
};
|
||||
|
||||
|
||||
// https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN18072_TC%203-22x84%20FINAL%20WEB.pdf
|
||||
class R_MRAAWS_HEAT_F: RocketBase { // Table A-20. HEAT 751
|
||||
GVAR(skip) = 0;
|
||||
@ -525,7 +523,6 @@ class M_Titan_AP: M_Titan_AT {
|
||||
GVAR(classes)[] = {QGVAR(medium_HD)};
|
||||
};
|
||||
|
||||
|
||||
class M_Scalpel_AT: MissileBase { // 9K121 Vikhr
|
||||
GVAR(skip) = 0;
|
||||
GVAR(classes)[] = {QGVAR(small), QGVAR(medium), QGVAR(medium_HD)};
|
||||
|
@ -132,7 +132,6 @@ if (_targets isNotEqualTo []) then {
|
||||
TRACE_1("",_randomCount);
|
||||
private _sectorSize = 360 / (_randomCount max 1);
|
||||
|
||||
|
||||
for "_i" from 1 to _randomCount do {
|
||||
// Distribute evenly
|
||||
private _sectorOffset = 360 * (_i - 1) / (_randomCount max 1);
|
||||
|
Loading…
Reference in New Issue
Block a user