s2client-api icon indicating copy to clipboard operation
s2client-api copied to clipboard

TERRAN_ORBITALCOMMAND costs are incorrect in UnitTypeData

Open mboedigh opened this issue 8 years ago • 1 comments

pseudo code to reproduce: const UnitTypes &data = iObs->GetUnitTypeData(); assert(data[UnitTypeID(TERRAN_ORBITALCOMMAND)].mineral_costs == 150)

I think Planetary is also incorrect.

mboedigh avatar Jan 12 '18 02:01 mboedigh

I guess this one is related #191.

Archiatrus avatar Jan 12 '18 12:01 Archiatrus