Add an optional administrative assistant locker for mappers (#2578)
* Added locker * Add the fill * Switch ID for coffee jug
This commit is contained in:
parent
d82b15aeb1
commit
c70307b01a
|
|
@ -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
|
||||
|
|
@ -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 |
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue