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

Cestoda patch #291

Merged
merged 1 commit into from
Apr 16, 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
56 changes: 41 additions & 15 deletions Resources/Maps/_FTL/ships/cestoda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5387,12 +5387,15 @@ entities:
showEnts: False
occludes: True
ents:
- 1568
- 1569
- 1571
- 1712
- 1716
- 1717
- 1716
- 1712
- 1571
- 1569
- 1568
- 1009
- 1010
- 1011
paper_label: !type:ContainerSlot
showEnts: False
occludes: True
Expand Down Expand Up @@ -10757,6 +10760,29 @@ entities:
- type: Transform
pos: 6.5,-12.5
parent: 2
- proto: RV8AutoInjector
entities:
- uid: 1009
components:
- type: Transform
parent: 1547
- type: Physics
canCollide: False
- type: InsideEntityStorage
- uid: 1010
components:
- type: Transform
parent: 1547
- type: Physics
canCollide: False
- type: InsideEntityStorage
- uid: 1011
components:
- type: Transform
parent: 1547
- type: Physics
canCollide: False
- type: InsideEntityStorage
- proto: SalvageHumanCorpseSpawner
entities:
- uid: 1549
Expand Down Expand Up @@ -11170,27 +11196,27 @@ entities:
rot: -1.5707963267948966 rad
pos: -0.5,-10.5
parent: 2
- proto: SignDirectionalMed
- proto: SignDirectionalGunner
entities:
- uid: 1444
- uid: 1442
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 6.5,-6.5
rot: -1.5707963267948966 rad
pos: -4.5,-1.5
parent: 2
- proto: SignDirectionalSec
entities:
- uid: 1442
- uid: 1445
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 4.5,1.5
parent: 2
- uid: 1445
- proto: SignDirectionalMed
entities:
- uid: 1444
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -4.5,-1.5
rot: 3.141592653589793 rad
pos: 6.5,-6.5
parent: 2
- proto: SignEngineering
entities:
Expand Down
Loading