Buff EMP Antenna
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 28 May 2022 16:41:06 +0000 (12:41 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 28 May 2022 16:41:06 +0000 (12:41 -0400)
src/commonMain/kotlin/starshipfights/game/ship_weapons.kt

index 7fa00122bee665e202f580b2d0433920b471e7d1..df0cccd7bf3fadc70e315f52498ae5b5de38e87e 100644 (file)
@@ -203,7 +203,7 @@ sealed class ShipWeapon {
        @Serializable
        object EmpAntenna : ShipWeapon(), AreaWeapon {
                override val numShots: Int
-                       get() = 4
+                       get() = 5
                
                override val maxRange: Double
                        get() = 3_000.0