structure controller

This commit is contained in:
2018-12-07 02:51:43 -06:00
parent 5cbc53f7f1
commit 3584d7f26c

View File

@@ -59,7 +59,7 @@ class StructureController extends Controller
/**
* In this next section we are removing the cost of fuel blocks from one structure
*/
dd($hFinances->CalculateFuelBlockCost('market'));
dd($citadelCount);
$monthTaxesMarket = $monthTaxesMarket - ($hFinances->CalculateFuelBlockCost('market') * $citadelCount);
if($monthTaxesMarket < 0.00) {
$monthTaxesMarket = 0.00;