Skip to content
Snippets Groups Projects
Commit 3a860f8e authored by Anu's avatar Anu
Browse files

Update manageCorporation.tw

parent a6065e06
No related branches found
No related tags found
1 merge request!6628Allow corp divisions to be filled completely from market
......@@ -99,7 +99,7 @@
</div>
<div>
<<set _sepObj.need = false>>
<<for _slaveNum range _buySlaveArray.filter(num => _div.availableRoom > num.count)>>
<<for _slaveNum range _buySlaveArray.filter(num => _div.availableRoom >= num.count)>>
<<set _slaveSetCost = App.Corporate.slaveMarketPurchaseValue(_div, _slaveNum.count)>>
<<if $corp.Cash < _slaveSetCost>>
<<continue>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment