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

fix: Adds a missing defribilator to nukie planet #28362

Merged
merged 3 commits into from
Jun 23, 2024
Merged
Changes from 1 commit
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
35 changes: 24 additions & 11 deletions Resources/Maps/Nonstations/nukieplanet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1632,11 +1632,14 @@ entities:
- type: MetaData
- type: Transform
- type: Map
mapPaused: True
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mapPaused should be set to False?

- type: PhysicsMap
- type: GridTree
- type: MovedGrids
- type: FTLDestination
whitelist:
tags:
- Syndicate
- type: PhysicsMap
- type: Broadphase
- type: OccluderTree
- type: Parallax
Expand All @@ -1645,6 +1648,7 @@ entities:
space: False
mixture:
volume: 2500
immutable: True
temperature: 248.15
moles:
- 21.824879
Expand All @@ -1660,8 +1664,6 @@ entities:
- 0
- 0
- type: LoadedMap
- type: GridTree
- type: MovedGrids
- proto: AirlockExternalGlassNukeopLocked
entities:
- uid: 49
Expand Down Expand Up @@ -10192,13 +10194,6 @@ entities:
- type: Transform
pos: -0.5,-1.5
parent: 104
- proto: chem_master
entities:
- uid: 2444
components:
- type: Transform
pos: 5.5,-10.5
parent: 104
- proto: ChemicalPayload
entities:
- uid: 2380
Expand All @@ -10218,6 +10213,13 @@ entities:
- type: Transform
pos: 4.5,-12.5
parent: 104
- proto: ChemMaster
entities:
- uid: 2444
components:
- type: Transform
pos: 5.5,-10.5
parent: 104
- proto: ChessBoard
entities:
- uid: 354
Expand Down Expand Up @@ -10366,6 +10368,13 @@ entities:
- type: Transform
pos: -14.478909,9.585995
parent: 104
- proto: DefibrillatorCabinetFilled
entities:
- uid: 2538
components:
- type: Transform
pos: -0.5,-11.5
parent: 104
- proto: DresserFilled
entities:
- uid: 349
Expand Down Expand Up @@ -12902,7 +12911,7 @@ entities:
- type: Transform
pos: 23.5,-18.5
parent: 104
- proto: soda_dispenser
- proto: SodaDispenser
entities:
- uid: 225
components:
Expand All @@ -12917,11 +12926,15 @@ entities:
- type: Transform
pos: 10.5,-6.5
parent: 104
- type: SpamEmitSound
enabled: False
- uid: 1653
components:
- type: Transform
pos: 9.5,-6.5
parent: 104
- type: SpamEmitSound
enabled: False
- proto: SpawnMobLizard
entities:
- uid: 2473
Expand Down
Loading