Cleanup, only allow positive seeds
This commit is contained in:
@@ -129,8 +129,8 @@ autoEffectGun name eff = defaultAutoGun
|
||||
}
|
||||
forceFieldGun :: Item
|
||||
forceFieldGun = defaultGun
|
||||
{ _itName = "FORCEFIELD"
|
||||
, _itType = FORCEFIELD
|
||||
{ _itName = "FORCEFIELDGUN"
|
||||
, _itType = FORCEFIELDGUN
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoBaseMax = 100
|
||||
, _ammoLoaded = 100
|
||||
|
||||
Reference in New Issue
Block a user