diff --git a/lib/DND/Sheet/Content.hs b/lib/DND/Sheet/Content.hs index bff79a3..73e52db 100644 --- a/lib/DND/Sheet/Content.hs +++ b/lib/DND/Sheet/Content.hs @@ -114,7 +114,7 @@ data Feature = StatIncrease { addSpell :: [Spell] , featDescription :: String } - | Roleplay + | Roleplay { featDescription :: String } - deriving ( Show, Eq, Ord, Generic) + deriving ( Show, Eq, Ord, Generic)