Remove left click to equip items

This commit is contained in:
2022-02-17 23:09:08 +00:00
parent c0dcb4a5ec
commit c614a3a655
4 changed files with 10 additions and 7 deletions
+2
View File
@@ -20,6 +20,7 @@ rewindGun :: Item
rewindGun = defaultGun
{ _itName = "REWINDER"
, _itType = REWINDER
, _itInvColor = cyan
, _itConsumption = ChargeableAmmo
{ _wpMaxCharge = 250
, _wpCharge = 0
@@ -86,6 +87,7 @@ blinkGun :: Item
blinkGun = defaultGun
{ _itName = "BLINKER"
, _itType = BLINKER
, _itInvColor = cyan
, _itConsumption = defaultAmmo
{ _ammoMax = 100
, _ammoLoaded = 100