Move towards allowing partial destruction of doors
This commit is contained in:
@@ -28,6 +28,9 @@ pContID ps pt = Placement 10 ps pt Nothing . contToIDCont
|
||||
psPtCont :: PlacementSpot -> PSType -> (Placement -> Maybe Placement) -> Placement
|
||||
psPtCont ps pt = Placement 10 ps pt Nothing . const
|
||||
|
||||
ptCont :: PSType -> (Placement -> Maybe Placement) -> Placement
|
||||
ptCont = psPtCont (PS 0 0)
|
||||
|
||||
psPt :: PlacementSpot -> PSType -> Placement
|
||||
psPt ps pt = Placement 10 ps pt Nothing (const . const Nothing)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user