NLAW - Fix "no shape for" rpt warning (#6269)

```
No shape for ammo type ACE_NLAW_Explosion
No shape for ammo type ACE_NLAW_ShapedCharge
```
This commit is contained in:
PabstMirror 2018-04-14 16:05:30 -05:00 committed by GitHub
parent f829180283
commit 99299f285e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,11 +39,11 @@ class CfgAmmo {
// Sub ammos used in OTA mode (see fnc_seeker.sqf)
class ACE_NLAW_Explosion: ACE_NLAW { // Based on FCS-Airburst, will explode right away
timeToLive = 0;
model = "";
model = "\A3\weapons_f\empty";
};
class ACE_NLAW_ShapedCharge: ACE_NLAW { // Shaped charge from rocket explosion, no effects
timeToLive = 1;
model = "";
model = "\A3\weapons_f\empty";
hit = 750;
indirectHit = 0;
indirectHitRange = 0;