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

Add the psychologist's locker #2372

Merged
merged 5 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
23 changes: 23 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/medical.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entityTable
id: PsychologistLockerFill
table: !type:AllSelector
children:
- id: BoxFolderWhite
- id: PillCanisterBlissifylovene
- id: PillCanisterEquilibrazine
- id: PillCanisterNeurozenium
- id: PillCanisterSerenitol
- id: ClothingUniformJumpsuitPsychologist
- id: ClothingUniformJumpskirtPsychologist
- id: DrinkWhiskeyBottleFull
- id: ClothingHeadsetMedical

- type: entity
parent: LockerPsychologist
id: LockerPsychologistFilled
suffix: Filled
components:
- type: EntityTableContainerFill
containers:
entity_storage: !type:NestedSelector
tableId: PsychologistLockerFill
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,17 @@
stateDoorClosed: clerk_door
- type: AccessReader
access: [["Clerk"]]

- type: entity
parent: LockerBaseSecure
id: LockerPsychologist
name: psychologist's locker
components:
- type: Sprite
sprite: DeltaV/Structures/Storage/closet.rsi
- type: EntityStorageVisuals
stateBaseClosed: psych
stateDoorOpen: psych_open
stateDoorClosed: psych_door
- type: AccessReader
access: [["Psychologist"]]
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Radezolid marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"copyright": "Taken from tgstation, added psych locker based on medical locker by Radezolid",
"license": "CC-BY-SA-3.0",
"states": [
{
"name": "psych"
},
{
"name": "psych_door"
},
{
"name": "psych_open"
},
{
"name": "locked"
},
{
"name": "unlocked"
},
{
"name": "welded"
},
{
"name": "generic"
},
{
"name": "generic_door"
},
{
"name": "generic_open"
},
{
"name": "generic_icon"
}
]
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading