From 643586984648d87c089f0accb1f3bf1059dd5be2 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Tue, 12 Jun 2018 22:29:45 +0100 Subject: [PATCH] Fix RocketLauncher projectile inheritance. This projectile inherits the Missile template, but then overrides it with ballistic behaviour. This prevents all of the Missile properties that aren't used by Bullet from being inherited. --- mods/cnc/weapons/missiles.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mods/cnc/weapons/missiles.yaml b/mods/cnc/weapons/missiles.yaml index 5beeffd327..54493812d1 100644 --- a/mods/cnc/weapons/missiles.yaml +++ b/mods/cnc/weapons/missiles.yaml @@ -143,7 +143,13 @@ MammothMissiles: Report: rocket1.aud ValidTargets: Ground TargetActorCenter: true + # Remove default Missile properties + -Projectile: Projectile: Bullet + Blockable: false + Image: DRAGON + Shadow: true + TrailImage: smokey Inaccuracy: 853 LaunchAngle: 62 ContrailLength: 10