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

Adds a first aid locker and box of body bags to the prowler. #2691

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
63 changes: 37 additions & 26 deletions Resources/Maps/_NF/Shuttles/Nfsd/prowler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,6 @@ entities:
rot: 1.5707963267948966 rad
pos: -3.5,-2.5
parent: 1
- type: Physics
bodyType: Static
- proto: BenchSteelRight
entities:
- uid: 60
Expand All @@ -942,8 +940,6 @@ entities:
rot: 1.5707963267948966 rad
pos: -3.5,-1.5
parent: 1
- type: Physics
bodyType: Static
- proto: BlastDoorOpen
entities:
- uid: 165
Expand Down Expand Up @@ -971,6 +967,13 @@ entities:
- type: Transform
pos: 4.5,7.5
parent: 1
- proto: BoxBodyBag
entities:
- uid: 655
components:
- type: Transform
pos: 1.578125,-0.39549732
parent: 1
- proto: ButtonFrameCautionSecurity
entities:
- uid: 62
Expand Down Expand Up @@ -2748,6 +2751,14 @@ entities:
- type: Transform
pos: 9.5,-3.5
parent: 1
- proto: LockerWallColorMedicalFilled
entities:
- uid: 654
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -1.5,-0.5
parent: 1
- proto: LockerWallEVAColorNfsdFilled
entities:
- uid: 408
Expand Down Expand Up @@ -2878,7 +2889,7 @@ entities:
- type: Transform
pos: 2.5,4.5
parent: 1
- proto: PoweredlightColoredRed
- proto: PoweredlightRed
entities:
- uid: 375
components:
Expand Down Expand Up @@ -3241,6 +3252,25 @@ entities:
rot: -1.5707963267948966 rad
pos: 2.5,3.5
parent: 1
- proto: StructureGunRackNfsd
entities:
- uid: 611
components:
- type: Transform
pos: 9.5,-1.5
parent: 1
- uid: 612
components:
- type: Transform
pos: 10.5,-1.5
parent: 1
- proto: StructurePistolRackNfsd
entities:
- uid: 593
components:
- type: Transform
pos: 8.5,-1.5
parent: 1
- proto: SubstationWallBasic
entities:
- uid: 345
Expand Down Expand Up @@ -4330,7 +4360,7 @@ entities:
- type: Transform
pos: 5.5,1.5
parent: 1
- proto: WarpPointShip
- proto: WarpPoint
entities:
- uid: 608
components:
Expand Down Expand Up @@ -4358,25 +4388,6 @@ entities:
- type: Transform
pos: 6.6953573,-3.539895
parent: 1
- proto: StructureGunRackNfsd
entities:
- uid: 611
components:
- type: Transform
pos: 9.5,-1.5
parent: 1
- uid: 612
components:
- type: Transform
pos: 10.5,-1.5
parent: 1
- proto: StructurePistolRackNfsd
entities:
- uid: 593
components:
- type: Transform
pos: 8.5,-1.5
parent: 1
- proto: WindoorSecureBrigLocked
entities:
- uid: 614
Expand All @@ -4385,4 +4396,4 @@ entities:
rot: -1.5707963267948966 rad
pos: 7.5,0.5
parent: 1
...
...
Loading