This commit is contained in:
2021-12-05 12:29:01 +00:00
parent 1bb1a06101
commit d9c5cfc26d
22 changed files with 148 additions and 144 deletions
+2 -2
View File
@@ -84,7 +84,7 @@ defaultAimParams = AimParams
defaultGun :: Item
defaultGun = Item
{ _itName = "default"
, _itCombineType = NoCombineType
, _itType = NoCombineType
, _itCurseStatus = Uncursed
-- , _itIdentity = Pistol
, _itConsumption = defaultAmmo
@@ -110,7 +110,7 @@ defaultGun = Item
defaultCraftable :: Item
defaultCraftable = Item
{ _itName = "default"
, _itCombineType = NoCombineType
, _itType = NoCombineType
, _itCurseStatus = Uncursed
-- , _itIdentity = Generic
, _itConsumption = NoConsumption