sidebar is dead. long live chrome
This commit is contained in:
@@ -100,7 +100,10 @@ namespace OpenRa.Game
|
||||
* ( 25 * 60 ) /* frames per min */ /* todo: build acceleration, if we do that */
|
||||
/ 1000;
|
||||
|
||||
time = .01f * time; /* temporary hax so we can build stuff fast for test */
|
||||
time = .08f * time; /* temporary hax so we can build stuff fast for test */
|
||||
|
||||
if (!Rules.TechTree.BuildableItems(order.Player, group).Contains(order.TargetString))
|
||||
return; /* you can't build that!! */
|
||||
|
||||
order.Player.BeginProduction(group,
|
||||
new ProductionItem(order.TargetString, (int)time, ui.Cost,
|
||||
|
||||
Reference in New Issue
Block a user