Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirror 26447: Curtains fix #450

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
MaterialCloth1:
min: 1
max: 2
- type: WallMount
arc: 360

- type: entity
id: HospitalCurtains
Expand Down Expand Up @@ -350,4 +352,4 @@
graph: Curtains
node: CurtainsWhiteOpen
- type: Physics
canCollide: false
canCollide: false
40 changes: 10 additions & 30 deletions Resources/Prototypes/Recipes/Construction/furniture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -731,9 +731,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: CurtainsBlack
Expand All @@ -748,9 +746,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: CurtainsBlue
Expand All @@ -765,9 +761,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: CurtainsCyan
Expand All @@ -782,9 +776,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: CurtainsGreen
Expand All @@ -799,9 +791,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: CurtainsOrange
Expand All @@ -816,9 +806,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: CurtainsPink
Expand All @@ -833,9 +821,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: CurtainsPurple
Expand All @@ -850,9 +836,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: CurtainsRed
Expand All @@ -867,9 +851,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: CurtainsWhite
Expand All @@ -884,9 +866,7 @@
state: closed
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
canBuildInImpassable: true

- type: construction
id: Bookshelf
Expand Down
Loading