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

fixed fland cargo shuttle not having tiny fans (sorry) #25095

Merged
merged 1 commit into from
Feb 10, 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
88 changes: 78 additions & 10 deletions Resources/Maps/Shuttles/cargo_fland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ entities:
pos: 0.5,0.5
parent: 1
- type: Door
secondsUntilStateChange: -2131.2598
secondsUntilStateChange: -4755.514
state: Opening
- uid: 51
components:
Expand All @@ -222,7 +222,7 @@ entities:
pos: 0.5,2.5
parent: 1
- type: Door
secondsUntilStateChange: -2130.293
secondsUntilStateChange: -4754.5474
state: Opening
- uid: 52
components:
Expand All @@ -231,7 +231,7 @@ entities:
pos: 6.5,2.5
parent: 1
- type: Door
secondsUntilStateChange: -2129.3596
secondsUntilStateChange: -4753.614
state: Opening
- uid: 53
components:
Expand All @@ -240,7 +240,7 @@ entities:
pos: 6.5,0.5
parent: 1
- type: Door
secondsUntilStateChange: -2144.3596
secondsUntilStateChange: -4768.614
state: Opening
- proto: APCBasic
entities:
Expand All @@ -250,6 +250,28 @@ entities:
rot: 3.141592653589793 rad
pos: 1.5,-3.5
parent: 1
- proto: AtmosDeviceFanTiny
entities:
- uid: 158
components:
- type: Transform
pos: 0.5,0.5
parent: 1
- uid: 159
components:
- type: Transform
pos: 0.5,2.5
parent: 1
- uid: 160
components:
- type: Transform
pos: 6.5,2.5
parent: 1
- uid: 161
components:
- type: Transform
pos: 6.5,0.5
parent: 1
- proto: BlastDoor
entities:
- uid: 89
Expand Down Expand Up @@ -708,11 +730,11 @@ entities:
rot: 3.141592653589793 rad
pos: 3.5,-5.5
parent: 1
- uid: 117
- uid: 169
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 3.5,-2.5
pos: 3.5,4.5
parent: 1
- proto: GasPipeStraight
entities:
Expand All @@ -726,6 +748,44 @@ entities:
- type: Transform
pos: 3.5,-3.5
parent: 1
- uid: 162
components:
- type: Transform
pos: 3.5,-1.5
parent: 1
- uid: 163
components:
- type: Transform
pos: 3.5,-0.5
parent: 1
- uid: 164
components:
- type: Transform
pos: 3.5,0.5
parent: 1
- uid: 165
components:
- type: Transform
pos: 3.5,1.5
parent: 1
- uid: 166
components:
- type: Transform
pos: 3.5,2.5
parent: 1
- uid: 167
components:
- type: Transform
pos: 3.5,3.5
parent: 1
- proto: GasPipeTJunction
entities:
- uid: 117
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 3.5,-2.5
parent: 1
- proto: GasPort
entities:
- uid: 114
Expand All @@ -746,6 +806,14 @@ entities:
parent: 1
- type: AtmosDevice
joinedGrid: 1
- uid: 168
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 4.5,4.5
parent: 1
- type: AtmosDevice
joinedGrid: 1
- proto: GeneratorBasic15kW
entities:
- uid: 106
Expand Down Expand Up @@ -1044,9 +1112,9 @@ entities:
- Right: Reverse
- Middle: Off
96:
- Left: Forward
- Right: Reverse
- Middle: Off
- Left: Reverse
- Right: Forward
- uid: 88
components:
- type: Transform
Expand All @@ -1055,9 +1123,9 @@ entities:
- type: DeviceLinkSource
linkedPorts:
91:
- Left: Forward
- Right: Reverse
- Left: Reverse
- Middle: Off
- Right: Forward
97:
- Left: Forward
- Right: Reverse
Expand Down
Loading