Hack machine pistol whir down when no ammo

This commit is contained in:
2025-06-26 09:31:40 +01:00
parent 193bc481d2
commit 731bd5276a
16 changed files with 431 additions and 368 deletions
+1 -1
View File
@@ -58,4 +58,4 @@ miniGunX i =
& itType .~ HELD (MINIGUNX i)
-- & itEffect . ieInv .~ ItemReduceWarmTime
-- & itEffect . ieOnDrop .~ ItemSetWarmTime 0
& itParams .~ WarmTime 0 False
& itParams .~ WarmTime 0 False Nothing
+1 -1
View File
@@ -53,7 +53,7 @@ machinePistol :: Item
machinePistol =
autoPistol
& itType .~ HELD MACHINEPISTOL
& itParams .~ WarmTime 0 False
& itParams .~ WarmTime 0 False Nothing
smg :: Item
smg =