Add Read/Show instance for Creature
This commit is contained in:
@@ -40,7 +40,7 @@ data Item = Item
|
||||
, _itValue :: ItemValue
|
||||
, _itParams :: ItemParams
|
||||
}
|
||||
deriving (Show,Read)
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
data ItemTweaks
|
||||
= NoTweaks
|
||||
| Tweakable
|
||||
|
||||
Reference in New Issue
Block a user