Fix Aedon-class point cost
authorTheSaminator <TheSaminator@users.noreply.github.com>
Fri, 27 May 2022 18:06:30 +0000 (14:06 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Fri, 27 May 2022 18:06:30 +0000 (14:06 -0400)
src/commonMain/kotlin/starshipfights/game/ship_types.kt

index 27bb709e5e5ba5604ad035cefe90c63ac3c4d7e3..db352465d66dfc1d22d651ff6e33cf1cae9bab95 100644 (file)
@@ -54,7 +54,7 @@ enum class ShipWeightClass(
                        BATTLE_BARGE -> 300
                        
                        GRAND_CRUISER -> 300
-                       COLOSSUS -> 450
+                       COLOSSUS -> 370
                        
                        FF_ESCORT -> 100
                        FF_DESTROYER -> 150