diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index feb8c33663..36f97910b2 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -115,6 +115,17 @@ layers: - state: "off" map: ["enum.VendingMachineVisualLayers.Base"] + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.3,-0.16,0.3,0.40" + mask: + - MachineMask + layer: + - MachineLayer + density: 190 - type: Advertise pack: CondimentVendAds - type: Speech diff --git a/Resources/Textures/Structures/Machines/VendingMachines/condiments.rsi/icon.png b/Resources/Textures/Structures/Machines/VendingMachines/condiments.rsi/icon.png index 138832ba7c..f46eb0c0e4 100644 Binary files a/Resources/Textures/Structures/Machines/VendingMachines/condiments.rsi/icon.png and b/Resources/Textures/Structures/Machines/VendingMachines/condiments.rsi/icon.png differ diff --git a/Resources/Textures/Structures/Machines/VendingMachines/condiments.rsi/off.png b/Resources/Textures/Structures/Machines/VendingMachines/condiments.rsi/off.png index 87958b48a6..028a7829d2 100644 Binary files a/Resources/Textures/Structures/Machines/VendingMachines/condiments.rsi/off.png and b/Resources/Textures/Structures/Machines/VendingMachines/condiments.rsi/off.png differ