Return to project, unsure about changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user