Remove creature records
This commit is contained in:
@@ -2,13 +2,14 @@ module Dodge.Creature.Info (
|
||||
yourInfo,
|
||||
) where
|
||||
|
||||
import Dodge.Inventory.CheckSlots
|
||||
import Dodge.Data.Creature
|
||||
import LensHelp
|
||||
|
||||
yourInfo :: Creature -> String
|
||||
yourInfo cr =
|
||||
yourStatsInfo cr
|
||||
++ " You can carry a maximum of " ++ show (cr ^. crInvCapacity) ++ " individual items. "
|
||||
++ " You can carry a maximum of " ++ show maxInvSlots ++ " individual items. "
|
||||
++ " You can't remember your name."
|
||||
|
||||
statsModifier :: Int -> String -> String -> String -> String
|
||||
|
||||
Reference in New Issue
Block a user