diff --git a/mods/ra/weapons/explosions.yaml b/mods/ra/weapons/explosions.yaml index 5ca4b75507..963d406e20 100644 --- a/mods/ra/weapons/explosions.yaml +++ b/mods/ra/weapons/explosions.yaml @@ -111,17 +111,6 @@ UnitExplodeSmall: SmudgeType: Crater InvalidTargets: Structure, Wall, Trees -CivBuildingExplosion: - Warhead@1Dam: SpreadDamage # Used to panic civilians which are emitted from a killed CivBuilding - Spread: 64 - Damage: 1 - Delay: 1 - Warhead@2Eff: CreateEffect - Explosions: building, building_napalm, large_explosion, self_destruct - Warhead@Smu: LeaveSmudge - SmudgeType: Crater - InvalidTargets: Wall, Trees - ArtilleryExplode: Warhead@1Dam: SpreadDamage Spread: 426 @@ -156,11 +145,16 @@ BuildingExplode: InvalidTargets: Wall, Trees SmallBuildingExplode: + Inherits: BuildingExplode Warhead@2Eff: CreateEffect Explosions: building, building_napalm, large_explosion, self_destruct - Warhead@Smu: LeaveSmudge - SmudgeType: Crater - InvalidTargets: Wall, Trees + +CivBuildingExplosion: + Inherits: SmallBuildingExplode + Warhead@1Dam: SpreadDamage # Used to panic civilians which are emitted from a killed CivBuilding + Spread: 64 + Damage: 1 + Delay: 1 BarrelExplode: Warhead@1Dam: SpreadDamage