Add explicit door position field
This commit is contained in:
@@ -123,5 +123,5 @@ lasTunnelRunPast y = do
|
||||
r2 <- takeOne [door,corridor]
|
||||
return $ Node (PassDown r)
|
||||
[ singleUseAll r1
|
||||
, return (UseLabel 0 $ r2 & rmConnectsTo .~ S.singleton InLink)
|
||||
, return (UseLabel 0 $ r2 & rmConnectsTo .~ S.member InLink)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user