diff --git a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml index ad7521cd07..6700be52bc 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml @@ -34,6 +34,8 @@ - id: Wirecutter - id: CableApcStack - id: CableMVStack + - id: trayScanner + prob: 0.9 - id: ClothingHandsGlovesColorYellow prob: 0.05 orGroup: GlovesOrWires @@ -70,4 +72,4 @@ prob: 0.05 orGroup: CupOrGold - id: IngotGold - orGroup: CupOrGold + orGroup: CupOrGold \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml b/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml index 2de7535454..4f333c8dbf 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml @@ -21,6 +21,8 @@ prob: 0.7 - id: Multitool prob: 0.2 + - id: trayScanner + prob: 0.7 - id: ClothingBeltUtility prob: 0.2 - id: ClothingHandsGlovesColorYellow @@ -95,4 +97,4 @@ - type: entity id: ClosetRadiationSuitFilled parent: ClosetRadiationSuit - suffix: Filled + suffix: Filled \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/youtool.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/youtool.yml index 5de717fcde..815b80e8b7 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/youtool.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/youtool.yml @@ -1,4 +1,4 @@ -- type: vendingMachineInventory +- type: vendingMachineInventory id: YouToolInventory name: YouTool animationDuration: 1.1 @@ -10,4 +10,5 @@ Wirecutter: 5 Wrench: 5 Screwdriver: 5 - ClothingHandsGlovesColorYellowBudget: 5 + trayScanner: 5 + ClothingHandsGlovesColorYellowBudget: 5 \ No newline at end of file