Fixed a bug with the NukeLaunch's Player palette
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenRA.Mods.Common.Effects
|
|||||||
this.trailSequences = trailSequences;
|
this.trailSequences = trailSequences;
|
||||||
this.trailPalette = trailPalette;
|
this.trailPalette = trailPalette;
|
||||||
if (trailUsePlayerPalette)
|
if (trailUsePlayerPalette)
|
||||||
trailPalette += firedBy.InternalName;
|
this.trailPalette += firedBy.InternalName;
|
||||||
|
|
||||||
this.trailInterval = trailInterval;
|
this.trailInterval = trailInterval;
|
||||||
this.trailDelay = trailDelay;
|
this.trailDelay = trailDelay;
|
||||||
|
|||||||
Reference in New Issue
Block a user