Remove left click to equip items
This commit is contained in:
@@ -113,6 +113,7 @@ boosterGun :: Item
|
||||
boosterGun = defaultGun
|
||||
{ _itName = "BOOSTER"
|
||||
, _itType = BOOSTER
|
||||
, _itInvColor = cyan
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoMax = 100
|
||||
, _ammoLoaded = 100
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user