Work on autodoor pathing
This commit is contained in:
@@ -51,8 +51,7 @@ decontamRoom i =
|
||||
return $
|
||||
putDoubleDoor
|
||||
switchWallObs
|
||||
--(switchWallCol red)
|
||||
defaultSwitchWall
|
||||
defaultDoorWall
|
||||
(cond pmnt)
|
||||
(V2 (-10) 35)
|
||||
(V2 (-10) 65)
|
||||
@@ -62,7 +61,7 @@ decontamRoom i =
|
||||
cutps = [rectNSWE 100 0 0 40, switchcut]
|
||||
ps = (\p -> p - mcpos) <$> orderPolygon (concat cutps)
|
||||
--thewall = switchWallCol col
|
||||
thewall = defaultSwitchWall
|
||||
thewall = defaultDoorWall
|
||||
switchcut = rectNSWE 65 35 (-40) 80
|
||||
lnks =
|
||||
[ (V2 20 95, 0)
|
||||
@@ -89,8 +88,7 @@ airlock0 =
|
||||
, _rmBound = [rectNSWE 75 15 0 40, switchcut]
|
||||
}
|
||||
where
|
||||
--thewall = switchWallCol col
|
||||
thewall = defaultSwitchWall
|
||||
thewall = defaultDoorWall
|
||||
switchcut = rectNSWE 65 35 (-40) 20
|
||||
lnks =
|
||||
[ (V2 20 95, 0)
|
||||
|
||||
Reference in New Issue
Block a user