Tweak info
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module Dodge.Creature.Info where
|
||||
|
||||
import Dodge.Data.Creature
|
||||
import LensHelp
|
||||
|
||||
yourInfo :: Creature -> String
|
||||
yourInfo cr = "You can carry a maximum of " ++ show (cr ^. crInvCapacity) ++ " individual items. "
|
||||
Reference in New Issue
Block a user