Allow creation of items via typed command
This commit is contained in:
@@ -6,7 +6,7 @@ data EquipSite
|
||||
| GoesOnWrist
|
||||
| GoesOnLegs
|
||||
| GoesOnSpecial
|
||||
deriving (Eq,Ord,Show)
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
data EquipPosition
|
||||
= OnHead
|
||||
| OnChest
|
||||
|
||||
Reference in New Issue
Block a user