Tweak info
This commit is contained in:
@@ -126,8 +126,8 @@ drawExamineInventory cfig mtweaki w =
|
||||
|
||||
closeObjectInfo :: Int -> Either FloorItem Button -> String
|
||||
closeObjectInfo n x = case x of
|
||||
Left (FlIt {_flIt = itm}) -> "This item is on the floor " ++ floorItemPickupInfo n itm ++ itemInfo itm
|
||||
Right _ -> "This is some sort of switch or button."
|
||||
Left (FlIt {_flIt = itm}) -> "It is on the floor " ++ floorItemPickupInfo n itm ++ itemInfo itm
|
||||
Right _ -> "It is some sort of switch or button."
|
||||
|
||||
floorItemPickupInfo :: Int -> Item -> String
|
||||
floorItemPickupInfo n itm
|
||||
|
||||
Reference in New Issue
Block a user