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

[Maps] Submarine mats #118

Merged
merged 1 commit into from
Sep 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
20 changes: 17 additions & 3 deletions Resources/Maps/_LostParadise/submarine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175536,6 +175536,13 @@ entities:
- type: Transform
pos: 13.5,42.5
parent: 2
- proto: LPPBeachVendingMachine
entities:
- uid: 39403
components:
- type: Transform
pos: -88.5,20.5
parent: 2
- proto: LPPBedDoubleDown
entities:
- uid: 8574
Expand Down Expand Up @@ -175595,10 +175602,10 @@ entities:
parent: 2
- proto: LPPErpMachine
entities:
- uid: 39382
- uid: 39402
components:
- type: Transform
pos: -85.5,22.5
pos: -82.5,19.5
parent: 2
- proto: LPPLockerBlueShieldFilled
entities:
Expand All @@ -175614,6 +175621,13 @@ entities:
- type: Transform
pos: -35.5,27.5
parent: 2
- proto: LPPNascaMat
entities:
- uid: 39382
components:
- type: Transform
pos: -85.5,22.5
parent: 2
- proto: LPPSpawnPointSecurityEngineer
entities:
- uid: 39363
Expand Down Expand Up @@ -241853,7 +241867,7 @@ entities:
lastSignals:
DoorStatus: True
- type: Door
secondsUntilStateChange: -1702.7053
secondsUntilStateChange: -2072.4153
state: Opening
- proto: WindoorServiceLocked
entities:
Expand Down
Loading