Tweak a number a little bit
authorTheSaminator <TheSaminator@users.noreply.github.com>
Fri, 11 Mar 2022 19:08:51 +0000 (14:08 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Fri, 11 Mar 2022 19:08:51 +0000 (14:08 -0500)
src/commonMain/kotlin/starshipfights/game/ship_weapons.kt

index ffb6328f854bf13af406d7e59ac5162ee9ff69b6..3640a0dd7cab1fed04e2a864fcd6327933c8515c 100644 (file)
@@ -163,7 +163,7 @@ sealed class ShipWeapon {
                        get() = "Revelation Gun"
                
                override val addsPointCost: Int
-                       get() = 75
+                       get() = 76
                
                override fun instantiate() = ShipWeaponInstance.RevelationGun(numShots)
        }