Tweak turret health

This commit is contained in:
2026-03-16 13:08:24 +00:00
parent 8d4efb1f8e
commit 0ca3bf33c9
6 changed files with 118 additions and 65 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ putLasTurret rotSpeed =
( defaultMachine
-- & mcColor .~ blue
& mcType .~ (lasTurret & mctTurret . tuTurnSpeed .~ rotSpeed)
& mcHP .~ 50000
& mcHP .~ 1500
)
(Just laser)