Tweak weapons

This commit is contained in:
2021-09-06 21:58:36 +01:00
parent 60dc2d9342
commit 6ecd739d6f
6 changed files with 65 additions and 58 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ pistol = defaultGun
, useTimeCheckI
, withSoundI 0
, useAmmo 1
-- , withRandomDirI 0.1
, randSpreadDir
, withMuzFlareI
]
, _itLeftClickUse = Nothing
@@ -828,7 +828,7 @@ grenade = Throwable
, _itInvDisplay = basicWeaponDisplay
, _itEffect = wpRecock
, _itHammer = HammerUp
, _itScrollUp = decreaseFuse fuseTime
, _itScrollUp = decreaseFuse fuseTime
, _itScrollDown = increaseFuse fuseTime
, _itAimStance = OneHand
}