Add log when generating layout
This commit is contained in:
@@ -14,15 +14,14 @@ data Annotation
|
||||
| Corridor
|
||||
| AirlockAno
|
||||
| OrAno [[Annotation]]
|
||||
| SpecificRoom (State StdGen (SubCompTree Room))
|
||||
| SpecificRoom (State StdGen (LabSubCompTree Room))
|
||||
| BossAno Creature
|
||||
| TreasureAno [Creature] [Item]
|
||||
| AnoApplyInt Int (Int -> State StdGen (SubCompTree Room,String))
|
||||
| AnoApplyInt' Int (Int -> State StdGen (SubCompTree Room)) String
|
||||
| AnoApplyInt Int (Int -> State StdGen (LabSubCompTree Room))
|
||||
| AnoNewInt (Int -> State StdGen (SubCompTree Room))
|
||||
| PassthroughLockKeyLists Int
|
||||
[(Int -> State StdGen (SubCompTree Room), State StdGen CombineType)]
|
||||
[(CombineType, State StdGen (SubCompTree Room))]
|
||||
[(Int -> State StdGen (LabSubCompTree Room), State StdGen CombineType)]
|
||||
[(CombineType, State StdGen (LabSubCompTree Room))]
|
||||
-- | SetLabel Int (State g Room)
|
||||
-- | UseLabel Int (State g Room)
|
||||
| ChainAnos [[Annotation]]
|
||||
|
||||
Reference in New Issue
Block a user