diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml index 5a21f16d1f..207c165c43 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml @@ -2,3 +2,10 @@ id: PTechInventory name: PTech spriteName: cart + startingInventory: + AssistantPDA: 5 + ClearPDA: 5 + AssistantIDCard: 5 + RubberStampApproved: 1 + RubberStampDenied: 1 + Paper: 10 diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 8ab2fbb369..e21bd26128 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -521,3 +521,14 @@ state: pda-atmos - type: Icon state: pda-atmos + +- type: entity + parent: BasePDA + id: ClearPDA + name: clear PDA + description: 99 and 44/100ths percent pure plastic. + components: + - type: PDA + id: AssistantIDCard + - type: Icon + state: pda-clear diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index 33a517b7fd..f85dabe93a 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -125,7 +125,7 @@ parent: VendingMachine id: VendingMachineCart name: PTech - description: PTech vending! Providing a ROBUST selection of PDA cartridges. + description: PTech vending! Providing a ROBUST selection of PDAs, cartridges, and anything else a dull paper pusher needs! components: - type: VendingMachine pack: PTechInventory @@ -151,6 +151,8 @@ radius: 1 energy: 1.3 color: "#ffb0b0" + - type: AccessReader + access: [["HeadOfPersonnel"]] - type: entity parent: VendingMachine