fix #99 chronoshift-deploy didnt need to be charged
This commit is contained in:
@@ -45,6 +45,7 @@ namespace OpenRA.Mods.RA
|
|||||||
{
|
{
|
||||||
if (order.OrderString == "ChronoshiftDeploy")
|
if (order.OrderString == "ChronoshiftDeploy")
|
||||||
{
|
{
|
||||||
|
if (chargeTick <= 0)
|
||||||
if (self.Owner == self.World.LocalPlayer)
|
if (self.Owner == self.World.LocalPlayer)
|
||||||
self.World.OrderGenerator = new SetChronoTankDestination(self);
|
self.World.OrderGenerator = new SetChronoTankDestination(self);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user