Actual code changes from last commit, plus: IPips interface for displaying pips in the UI, ChronoshiftDeploy trait for Chronotank (teleport not yet working)
This commit is contained in:
@@ -21,6 +21,8 @@ namespace OpenRa.Game
|
||||
case "StartProduction":
|
||||
case "PauseProduction":
|
||||
case "CancelProduction":
|
||||
case "ActivatePortableChronoshift":
|
||||
case "UsePortableChronoshift":
|
||||
{
|
||||
foreach( var t in order.Subject.traits.WithInterface<IOrder>() )
|
||||
t.ResolveOrder( order.Subject, order );
|
||||
|
||||
Reference in New Issue
Block a user