Fix #661 - map placed SAMs cannot attack
This commit is contained in:
@@ -54,7 +54,8 @@ namespace OpenRA.Mods.Cnc
|
|||||||
State = PopupState.Closed;
|
State = PopupState.Closed;
|
||||||
init.self.Trait<RenderBuilding>()
|
init.self.Trait<RenderBuilding>()
|
||||||
.PlayCustomAnimRepeating(init.self, "closed-idle");
|
.PlayCustomAnimRepeating(init.self, "closed-idle");
|
||||||
Turret.desiredFacing = null;
|
Turret.desiredFacing = null;
|
||||||
|
buildComplete = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user