Skip to content

Commit

Permalink
Cherry-picked commit 55b146a from space-wizards/space-station-14/master
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleStation14 authored and Futuristic-OK committed Mar 26, 2024
1 parent 32394b0 commit 80fd3cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 31 deletions.
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

0 comments on commit 80fd3cb

Please sign in to comment.