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

Submarine Patch: Rose Edition #790

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
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
106,734 changes: 51,726 additions & 55,008 deletions Resources/Maps/submarine.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,43 @@
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: direction_mail

- type: entity
parent: BaseSignDirectional
id: SignDirectionalExam
name: examination room sign
description: A direction sign, pointing out which way the examination rooms are.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: direction_exam

- type: entity
parent: BaseSignDirectional
id: SignDirectionalICU
name: intensive care unit sign
description: A direction sign, pointing out which way the Intensive Care Unit is.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: direction_icu

- type: entity
parent: BaseSign
id: SignLaundromat
name: laundromat sign
description: A sign indicating the laundromat.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: laundromat

- type: entity
parent: BaseSign
id: SignBarbershop
name: barbershop sign
description: A sign indicating the barbershop.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/signs.rsi
state: barbershop
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "directional sprites taken from https://github.com/space-wizards/space-station-14/commit/c1556214de46d66fe4057500e269b17438dc96ca | direction_mail modified by Hyenh, direction_logi modified by Floofers",
"copyright": "directional sprites taken from https://github.com/space-wizards/space-station-14/commit/c1556214de46d66fe4057500e269b17438dc96ca | direction_mail modified by Hyenh, direction_logi modified by Floofers | directional_exam, directional_icu, laundromat, barbershop signs by @rosieposieeee based on existing signage style",
"size": {
"x": 32,
"y": 32
Expand All @@ -14,6 +14,30 @@
{
"name": "direction_mail",
"directions": 4
},
{
"name": "direction_exam",
"directions": 4
},
{
"name": "direction_icu",
"directions": 4
},
{
"name": "laundromat",
"delays": [
[
1
]
]
},
{
"name": "barbershop",
"delays": [
[
1
]
]
}
]
}
Loading