diff --git a/app/Library/Structures/StructureTaxHelper.php b/app/Library/Structures/StructureTaxHelper.php index 333c4c8db..8cb32aad9 100644 --- a/app/Library/Structures/StructureTaxHelper.php +++ b/app/Library/Structures/StructureTaxHelper.php @@ -83,7 +83,7 @@ class StructureTaxHelper { //We need to calculate the correct ratio based on structure tax, //Then figure out what is owed to the alliance if($type == 'Market') { - $ratioType = 2.0; + $ratioType = 2.5; } else if($type == 'Refinery') { $ratioType = 1.0; } else {