FUCK
authorTheSaminator <TheSaminator@users.noreply.github.com>
Mon, 4 Apr 2022 23:09:05 +0000 (19:09 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Mon, 4 Apr 2022 23:09:05 +0000 (19:09 -0400)
src/commonMain/kotlin/starshipfights/game/ship_weapons_list.kt

index 112ed4bebe6a7336983c1d6cabbfca14405c9a1f..01adb3a1f26b4a6f18bfaf816c079b34c3aa0ce9 100644 (file)
@@ -29,7 +29,7 @@ val ShipType.armaments: ShipArmaments
                ShipType.ZWAARD -> ndrcShipWeapons(2, false, 2, true, 3, 0)
                ShipType.SLAGSCHIP -> ndrcShipWeapons(3, false, 2, true, 5, 0)
                ShipType.VOORHOEDE -> ndrcShipWeapons(3, true, 0, false, 3, 1)
-               ShipType.KRIJGSCHUIT -> ndrcShipWeapons(4, true, 2, true, 6, 0)
+               ShipType.KRIJGSCHUIT -> ndrcShipWeapons(4, true, 2, false, 6, 0)
                
                ShipType.ERIS -> diadochiShipWeapons(2, false, 1, 0, 0, 0)
                ShipType.TYPHON -> diadochiShipWeapons(0, false, 1, 0, 0, 1)