Simplify MetaTrees
This commit is contained in:
@@ -31,6 +31,6 @@ annoToRoomTree an = case an of
|
||||
ii <- randomitemidentity
|
||||
keyroom <- fromJust $ lookup ii ks
|
||||
return $ MTree ("PassthroughLockKeyLists-"++show ii)
|
||||
(MTree "RassThroughLockKeyLists" lr [MBranch "" (toLabel i) keyroom])
|
||||
(NodeMTree $ MTree "RassThroughLockKeyLists" (NodeMTree lr) [MBranch "" (toLabel i) keyroom])
|
||||
[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user