Work on airlocks
This commit is contained in:
@@ -2,6 +2,7 @@ module Dodge.Room.RunPast (
|
||||
lockedStart,
|
||||
) where
|
||||
|
||||
import qualified Data.IntMap.Strict as IM
|
||||
import Color
|
||||
import qualified Data.Set as S
|
||||
import Dodge.Cleat
|
||||
@@ -50,7 +51,7 @@ lockedStart i = do
|
||||
map (over root $ rmConnectsTo .~ S.member theedge) doorrooms
|
||||
++ [ return
|
||||
smallRoom
|
||||
{ _rmOutPmnt = [OutPlacement (putLitButOnPosExtTrig red useUnusedLnk) i]
|
||||
{ _rmOutPmnt = IM.singleton i (putLitButOnPosExtTrig red useUnusedLnk)
|
||||
, _rmPmnts = [plRRpt 0 (PutFlIt theweapon)]
|
||||
, _rmBound = [rectNSWE 70 30 0 40]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user