Skip to content

Commit

Permalink
experimental - let the market determine super and titan prices
Browse files Browse the repository at this point in the history
  • Loading branch information
cvweiss committed Jan 22, 2017
1 parent f52520e commit 1a40d02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions classes/Price.php
Expand Up @@ -138,10 +138,10 @@ protected static function getFixedPrice($typeID)
// Some groupIDs have hardcoded prices
$groupID = Info::getGroupID($typeID);
switch ($groupID) {
case 30: // Titans
return 100000000000; // 100b
case 659: // Supercarriers
return 20000000000; // 20b
//case 30: // Titans
//return 100000000000; // 100b
//case 659: // Supercarriers
//return 20000000000; // 20b
case 29: // Capsules
return 10000; // 10k
}
Expand Down

0 comments on commit 1a40d02

Please sign in to comment.