Move towards better annotations when generating layouts
This commit is contained in:
@@ -17,7 +17,8 @@ data Annotation
|
||||
| SpecificRoom (State StdGen (SubCompTree Room))
|
||||
| BossAno Creature
|
||||
| TreasureAno [Creature] [Item]
|
||||
| AnoApplyInt Int (Int -> State StdGen (SubCompTree Room))
|
||||
| AnoApplyInt Int (Int -> State StdGen (SubCompTree Room,String))
|
||||
| AnoApplyInt' Int (Int -> State StdGen (SubCompTree Room)) String
|
||||
| AnoNewInt (Int -> State StdGen (SubCompTree Room))
|
||||
| PassthroughLockKeyLists Int
|
||||
[(Int -> State StdGen (SubCompTree Room), State StdGen CombineType)]
|
||||
|
||||
Reference in New Issue
Block a user