From 45afbcb38e10194bc7fec53571d53a9f1a71afb6 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Wed, 20 Nov 2013 16:18:02 +0100 Subject: [PATCH 1/3] Disables cloak sound on camouflaged pillbox. Closes #4154. --- mods/ra/rules/structures.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/mods/ra/rules/structures.yaml b/mods/ra/rules/structures.yaml index c87f0df380..777391d6cb 100644 --- a/mods/ra/rules/structures.yaml +++ b/mods/ra/rules/structures.yaml @@ -561,8 +561,6 @@ HBOX: Cloak: InitialDelay: 125 CloakDelay: 60 - CloakSound: appear1.aud - UncloakSound: appear1.aud IronCurtainable: -AcceptsSupplies: Turreted: From 60e861e6e42ae4254c985998098b68e1e2c11632 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Thu, 21 Nov 2013 16:33:56 +0100 Subject: [PATCH 2/3] Sets cloak and uncloak sound defaults to null. --- OpenRA.Mods.RA/Cloak.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Mods.RA/Cloak.cs b/OpenRA.Mods.RA/Cloak.cs index bcbeabf7ab..c1dd4b1449 100644 --- a/OpenRA.Mods.RA/Cloak.cs +++ b/OpenRA.Mods.RA/Cloak.cs @@ -24,8 +24,8 @@ namespace OpenRA.Mods.RA public readonly bool UncloakOnMove = false; public readonly bool RequiresCrate = false; - public readonly string CloakSound = "subshow1.aud"; - public readonly string UncloakSound = "subshow1.aud"; + public readonly string CloakSound = null; + public readonly string UncloakSound = null; public readonly string Palette = "cloak"; public object Create(ActorInitializer init) { return new Cloak(init.self, this); } From 703145fc1401221d30d3713b13a977607574cafe Mon Sep 17 00:00:00 2001 From: reaperrr Date: Thu, 21 Nov 2013 21:54:19 +0100 Subject: [PATCH 3/3] Changelog entry for removed cloak sounds on camo pillbox. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 7c658c3056..3237b25c1c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -45,6 +45,7 @@ NEW: Fixed ant hills using the wrong tile ID. Adjusted Zombie build palette position. Fixed attack dogs causing crashes by attacking non-infantry. + Disabled cloak/uncloak sound for camouflaged Pillbox. Tiberian Dawn: C&C mod renamed to Tiberian Dawn to resolve naming ambiguities. Fixed Bio Lab wrongly belonging to a hostile faction in East vs West 3.