Stop gibbed/pitted creatures from opening doors

This commit is contained in:
2026-03-23 22:59:35 +00:00
parent daba012e83
commit 7917192b77
6 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ putAutoDoor a b = Placement (PS 0 0) (PutCoord a) Nothing Nothing $ \_ apl ->
in Just $
putDoubleDoor
defaultAutoWall
(WdBlCrFilterNearPoint 40 (0.5 *^ (x + y)) CrIsAnimate)
(WdBlCrFilterNearPoint 40 (0.5 *^ (x + y)) CrOpenAutoDoor)
a
b
3