Add analysing machine
This commit is contained in:
+2
-1
@@ -36,7 +36,8 @@ import System.Random
|
||||
initialAnoTree :: RandomGen g => Tree [Annotation g]
|
||||
initialAnoTree = padSucWithDoors $ treeFromTrunk
|
||||
[[AnoApplyInt 0 startRoom]
|
||||
, [SpecificRoom $ fmap (return . UseAll) $ tanksRoom [] []]
|
||||
, [AnoApplyInt 100 healthTest]
|
||||
, [SpecificRoom $ (return . UseAll) <$> tanksRoom [] []]
|
||||
, [PassthroughLockKeyLists 2 lockRoomKeyItems itemRooms]
|
||||
, [SpecificRoom randomChallenges]
|
||||
, [AnoApplyInt 1 lasSensorTurretTest]
|
||||
|
||||
Reference in New Issue
Block a user