Gouge prices for Dutch merchant customers
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 4 Jun 2022 15:35:30 +0000 (11:35 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 4 Jun 2022 15:35:30 +0000 (11:35 -0400)
src/jvmMain/kotlin/starshipfights/data/admiralty/ship_prices.kt

index 7ac036261e9fd60621b7e3bd866e992668825ea2..d2acbb81ea396f9d18e265f14a30f1b1a992bcc3 100644 (file)
@@ -8,7 +8,7 @@ val ShipType.buyPrice: Int
        get() = pointCost * 6 / 5
 
 val ShipType.buyWhileDutchPrice: Int
-       get() = pointCost * 7 / 5
+       get() = pointCost * 8 / 5
 
 val ShipType.sellPrice: Int
        get() = pointCost * 4 / 5