Skip to content

Commit

Permalink
Replace cargo depot POI tiny fans with directional fans (#2155)
Browse files Browse the repository at this point in the history
Co-authored-by: Dvir <[email protected]>
  • Loading branch information
chrome-cirrus and dvir001 authored Oct 12, 2024
1 parent 79b2bea commit 4868d34
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
17 changes: 10 additions & 7 deletions Resources/Maps/_NF/POI/cargodepot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -928,32 +928,35 @@ entities:
- type: Transform
pos: 7.5,7.5
parent: 10
- proto: AtmosDeviceFanTiny
- proto: AtmosDeviceFanDirectional
entities:
- uid: 225
components:
- type: Transform
pos: -12.5,1.5
rot: 1.5707963267948966 rad
pos: 13.5,-0.5
parent: 10
- uid: 226
components:
- type: Transform
pos: -12.5,-0.5
rot: 1.5707963267948966 rad
pos: 13.5,1.5
parent: 10
- uid: 227
components:
- type: Transform
pos: 13.5,1.5
rot: -1.5707963267948966 rad
pos: -12.5,-0.5
parent: 10
- uid: 228
components:
- type: Transform
pos: 13.5,-0.5
rot: -1.5707963267948966 rad
pos: -12.5,1.5
parent: 10
- uid: 859
- uid: 467
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,-15.5
parent: 10
- proto: BannerCargo
Expand Down
17 changes: 10 additions & 7 deletions Resources/Maps/_NF/POI/cargodepotalt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -998,32 +998,35 @@ entities:
- type: Transform
pos: 7.5,7.5
parent: 10
- proto: AtmosDeviceFanTiny
- proto: AtmosDeviceFanDirectional
entities:
- uid: 225
components:
- type: Transform
pos: -12.5,1.5
rot: 1.5707963267948966 rad
pos: 13.5,1.5
parent: 10
- uid: 226
components:
- type: Transform
pos: -12.5,-0.5
rot: 1.5707963267948966 rad
pos: 13.5,-0.5
parent: 10
- uid: 227
components:
- type: Transform
pos: 13.5,1.5
rot: -1.5707963267948966 rad
pos: -12.5,-0.5
parent: 10
- uid: 228
components:
- type: Transform
pos: 13.5,-0.5
rot: -1.5707963267948966 rad
pos: -12.5,1.5
parent: 10
- uid: 859
- uid: 485
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,-15.5
parent: 10
- proto: BannerCargo
Expand Down

0 comments on commit 4868d34

Please sign in to comment.