Fix RA+CnC map import of BARB/FENC

This commit is contained in:
JovialFeline
2024-03-29 05:21:50 -04:00
committed by Gustas
parent ec09e618ff
commit 8f985118cd
2 changed files with 4 additions and 4 deletions

View File

@@ -40,11 +40,11 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
// Mapping from RA95 overlay index to type string
static readonly string[] RedAlertOverlayNames =
{
"sbag", "cycl", "brik", "fenc", "wood",
"sbag", "cycl", "brik", "barb", "wood",
"gold01", "gold02", "gold03", "gold04",
"gem01", "gem02", "gem03", "gem04",
"v12", "v13", "v14", "v15", "v16", "v17", "v18",
"fpls", "wcrate", "scrate", "barb", "sbag",
"fpls", "wcrate", "scrate", "fenc", "sbag",
};
static readonly Dictionary<string, (byte Type, byte Index)> OverlayResourceMapping = new()
@@ -80,7 +80,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
static readonly string[] OverlayActors = new string[]
{
// Fences
"sbag", "cycl", "brik", "fenc", "wood",
"sbag", "cycl", "brik", "barb", "wood", "fenc",
// Fields
"v12", "v13", "v14", "v15", "v16", "v17", "v18",

View File

@@ -68,7 +68,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
static readonly string[] OverlayActors = new string[]
{
// Fences
"sbag", "cycl", "brik", "fenc", "wood",
"sbag", "cycl", "brik", "barb", "wood",
// Fields
"v12", "v13", "v14", "v15", "v16", "v17", "v18",