Skip to content

Commit

Permalink
Add an optional administrative assistant locker for mappers (#2578)
Browse files Browse the repository at this point in the history
* Added locker

* Add the fill

* Switch ID for coffee jug
  • Loading branch information
Radezolid authored Jan 2, 2025
1 parent d82b15a commit c70307b
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Resources/Prototypes/_DV/Catalog/Fills/Lockers/command.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- type: entityTable
id: AdministrativeAssistantLockerFill
table: !type:AllSelector
children:
- id: DrinkCoffeeJug # Gotta keep command awake during the greenshifts
- id: BoxFolderBlue
- id: ClothingUniformJumpsuitAdminAssistant
- id: ClothingUniformJumpskirtAdminAssistant
- id: ClothingHeadsetAltAdminAssistant
- id: AdminAssistantIDCard

- type: entity
parent: LockerAdministrativeAssistant
id: LockerAdministrativeAssistantFilled
suffix: Filled
components:
- type: EntityTableContainerFill
containers:
entity_storage: !type:NestedSelector
tableId: AdministrativeAssistantLockerFill
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,15 @@
stateDoorClosed: psych_door
- type: AccessReader
access: [["Psychologist"]]

- type: entity
parent: LockerBaseSecureDeltaV
id: LockerAdministrativeAssistant
name: administrative assistant's locker
components:
- type: EntityStorageVisuals
stateBaseClosed: admin_assist
stateDoorOpen: admin_assist_open
stateDoorClosed: admin_assist_door
- type: AccessReader
access: [["Command"]]
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.
11 changes: 10 additions & 1 deletion Resources/Textures/_DV/Structures/Storage/closet.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"x": 32,
"y": 32
},
"copyright": "Taken from tgstation, added psych locker based on medical locker by Radezolid, CJ and Clerk lockers edited by Timemaster99 (Discord)",
"copyright": "Taken from tgstation, added psych locker based on medical locker and admin assist based on captain's locker by Radezolid, CJ and Clerk lockers edited by Timemaster99 (Discord)",
"license": "CC-BY-SA-3.0",
"states": [
{
Expand Down Expand Up @@ -54,6 +54,15 @@
},
{
"name": "clerk_open"
},
{
"name": "admin_assist"
},
{
"name": "admin_assist_door"
},
{
"name": "admin_assist_open"
}
]
}

0 comments on commit c70307b

Please sign in to comment.