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

Update Construct tiny fans with directional fans. #2107

Merged
merged 4 commits into from
Oct 12, 2024
Merged
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
12 changes: 5 additions & 7 deletions Resources/Maps/_NF/Shuttles/construct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,29 +145,29 @@ entities:
rot: 3.141592653589793 rad
pos: 2.5,2.5
parent: 1
- proto: AtmosDeviceFanTiny
- proto: AtmosDeviceFanDirectional
entities:
- uid: 2
components:
- type: Transform
pos: -0.5,2.5
pos: 1.5,-0.5
parent: 1
- uid: 3
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 1.5,2.5
parent: 1
- uid: 21
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -0.5,-0.5
parent: 1
- uid: 22
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 1.5,-0.5
rot: 3.141592653589793 rad
pos: -0.5,2.5
parent: 1
- proto: AtmosFixBlockerMarker
entities:
Expand Down Expand Up @@ -576,8 +576,6 @@ entities:
rot: 1.5707963267948966 rad
pos: -1.5,0.5
parent: 1
- type: Physics
canCollide: False
- proto: Thruster
entities:
- uid: 19
Expand Down
Loading