Walls, catwalks, table frames can no longer be constructed rotated. (#3057)
* Walls, catwalks, table frames can no longer be constructed rotated. This should help prevent bugs from unanticipated rotations. * SnapToGrid ZeroRotation (now SouthRotation) - Stuff must face south apparently
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
edges:
|
||||
- to: Catwalk
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
- !type:SnapToGrid
|
||||
southRotation: true
|
||||
steps:
|
||||
- material: MetalRod
|
||||
amount: 2
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
edges:
|
||||
- to: girder
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
- !type:SnapToGrid
|
||||
southRotation: true
|
||||
steps:
|
||||
- material: Metal
|
||||
amount: 2
|
||||
@@ -35,7 +36,8 @@
|
||||
|
||||
- to: wall
|
||||
completed:
|
||||
- !type:SnapToGrid {}
|
||||
- !type:SnapToGrid
|
||||
southRotation: true
|
||||
conditions:
|
||||
- !type:EntityAnchored {}
|
||||
steps:
|
||||
@@ -44,7 +46,8 @@
|
||||
|
||||
- to: reinforcedGirder
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
- !type:SnapToGrid
|
||||
southRotation: true
|
||||
conditions:
|
||||
- !type:EntityAnchored {}
|
||||
steps:
|
||||
@@ -72,7 +75,8 @@
|
||||
edges:
|
||||
- to: reinforcedWall
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
- !type:SnapToGrid
|
||||
southRotation: true
|
||||
conditions:
|
||||
- !type:EntityAnchored { }
|
||||
steps:
|
||||
@@ -82,7 +86,8 @@
|
||||
|
||||
- to: girder
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
- !type:SnapToGrid
|
||||
southRotation: true
|
||||
conditions:
|
||||
- !type:EntityAnchored { }
|
||||
steps:
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
edges:
|
||||
- to: TableFrame
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
- !type:SnapToGrid
|
||||
southRotation: true
|
||||
steps:
|
||||
- material: MetalRod
|
||||
amount: 2
|
||||
|
||||
Reference in New Issue
Block a user