From 62a2e05ef222dd69263b819a400a83f8910816f9 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 19 Sep 2019 13:56:14 -0400 Subject: Add items and inventory Add a new "Item" entity, which pulls from the previously-existent ItemType raw, and add a "PickUp" command which takes the (currently *only*) item off the ground and puts it into the inventory. --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index 2da277b64071..547dc92f4023 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -8,7 +8,7 @@ import System.Random import Xanthous.Game (getInitialState) import Xanthous.App (makeApp) import Xanthous.Generators - ( GeneratorInput(..) + ( GeneratorInput , parseGeneratorInput , generateFromInput , showCells -- cgit 1.4.1