Adapt the utility commands to import crates as well
This commit is contained in:
@@ -85,10 +85,13 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||
static string[] overlayActors = new string[]
|
||||
{
|
||||
// Fences
|
||||
"sbag", "cycl", "brik", "fenc", "wood", "wood",
|
||||
"sbag", "cycl", "brik", "fenc", "wood",
|
||||
|
||||
// Fields
|
||||
"v12", "v13", "v14", "v15", "v16", "v17", "v18"
|
||||
"v12", "v13", "v14", "v15", "v16", "v17", "v18",
|
||||
|
||||
// Crates
|
||||
"wcrate", "scrate"
|
||||
};
|
||||
|
||||
void UnpackOverlayData(MemoryStream ms)
|
||||
|
||||
Reference in New Issue
Block a user