Return to project, unsure about changes

This commit is contained in:
2024-05-25 13:10:50 +01:00
parent 08716e8ade
commit c862c862df
63 changed files with 1137641 additions and 52 deletions
+2
View File
@@ -14,6 +14,7 @@ import Dodge.Item.Craftable
import Dodge.Item.Equipment
import Dodge.Item.Held
import Dodge.Item.Weapon
import Dodge.Item.Scope
itemFromBase :: ItemBaseType -> Item
itemFromBase ibt = case ibt of
@@ -30,6 +31,7 @@ itemFromAttachType at = case at of
AMMOATTACH DRUMMAG -> drumMag
AMMOATTACH TINMAG -> tinMag
AMMOATTACH BULLETBELT -> beltMag
TARGETATTACH tt -> targetingScope tt
itemFromConsumableType :: ConsumableItemType -> Item