Remove INotifyBuildComplete from ConyardChronoReturn.

This commit is contained in:
Paul Chote
2018-10-27 12:04:04 +00:00
committed by abcdefg30
parent ae3bfb73a1
commit 78a2d9aa23
3 changed files with 28 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
get
{
return "Traits are no longer force-disabled while the WithMakeAnimation trait is active.\n" +
"This affects the With*Animation, With*Overlay, and Gate traits.\n" +
"This affects the With*Animation, With*Overlay, Gate, and ConyardChronoReturn traits.\n" +
"Affected actors are listed so that conditions may be manually defined.";
}
}
@@ -51,7 +51,8 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
"WithDeliveryAnimation",
"WithCrumbleOverlay",
"WithDeliveryOverlay",
"Gate"
"Gate",
"ConyardChronoReturn"
};
readonly Dictionary<string, List<string>> locations = new Dictionary<string, List<string>>();