This commit is contained in:
2021-12-01 11:11:24 +00:00
parent b9e4a80a46
commit d75ea2b252
5 changed files with 10 additions and 13 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
module Dodge.Initialisation where
import Dodge.Default.World
import Dodge.Base
import Dodge.Save
import Dodge.Data
import Dodge.Creature
@@ -38,4 +39,4 @@ initialWorld = defaultWorld
}
testStringInit :: World -> [String]
testStringInit w = [show $ _rewinding w]
testStringInit w = [show $ _crInvSel $ you w]