We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -1512,7 +1512,7 @@ |
||
1512 | 1512 | public function decreaseRelationsByTrade($numGoods, $raceID) { |
1513 | 1513 | if ($raceID == RACE_NEUTRAL) { |
1514 | 1514 | $relations = ICeil(min($numGoods, 150) / 30); |
1515 | - }else{ |
|
1515 | + } else{ |
|
1516 | 1516 | $relations = ICeil(min($numGoods, 300) / 30); |
1517 | 1517 | } |
1518 | 1518 | $this->decreaseRelations($relations, $raceID); |