Add an optional administrative assistant locker for mappers (#2578)

* Added locker

* Add the fill

* Switch ID for coffee jug
This commit is contained in:
Radezolid 2025-01-02 11:35:44 -03:00 committed by GitHub
parent d82b15aeb1
commit c70307b01a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 42 additions and 1 deletions

View File

@ -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

View File

@ -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"]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

View File

@ -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": [
{
@ -54,6 +54,15 @@
},
{
"name": "clerk_open"
},
{
"name": "admin_assist"
},
{
"name": "admin_assist_door"
},
{
"name": "admin_assist_open"
}
]
}