Remove building lock from ToggleConditionOnOrder.

This commit is contained in:
Paul Chote
2018-10-27 18:00:29 +01:00
committed by abcdefg30
parent 94088d37a6
commit 7bc53dd266
2 changed files with 2 additions and 5 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, Transforms, Sellable, Gate, and ConyardChronoReturn traits.\n" +
"This affects the With*Animation, With*Overlay, Transforms, Sellable, Gate, ToggleConditionOnOrder, and ConyardChronoReturn traits.\n" +
"The AnnounceOnBuild trait has been replaced with a new VoiceAnnouncement trait.\n" +
"Affected actors are listed so that conditions may be manually defined.";
}
@@ -56,6 +56,7 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
"Sellable",
"Gate",
"ConyardChronoReturn",
"ToggleConditionOnOrder",
"VoiceAnnouncement"
};