Openra: Minelayers can't get a group order

Created on 3 Aug 2016  路  2Comments  路  Source: OpenRA/OpenRA

Currently, if you select a group of minelayers, and want them to place the same minefield, only one minelayer will follow the order.
You have to repeat the order for each minelayer.
openra-2016-08-03t180618z

Bug Red Alert

Most helpful comment

Didnt even know you could order a minefield with ctrl+mousebutton! great!

All 2 comments

Didnt even know you could order a minefield with ctrl+mousebutton! great!

We are replacing the OrderManager with a MinefieldOrderGenerator that takes the actor as a parameter, I guess we are replacing the OrderManager for every MineLayer and only the last one is kept since only the one actor, could be fixed by checking if the current OrderManager is a MinefieldOrderGenerator we add the actor to that OrderManager,

Or we do something more elegant but thats the idea that came off the top of my head.

Was this page helpful?
0 / 5 - 0 ratings