From be09538f28aeefc9b2522423a090222a2d322a31 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Sat, 27 Jan 2024 07:12:53 -0500 Subject: [PATCH] Repairable vending machines (#24603) * Add Repairable to vending machines * Removed fuelcost (outdated) --- .../Entities/Structures/Machines/vending_machines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index 0cf1cc9de0..0bfb173c80 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -53,6 +53,8 @@ - !type:PlaySoundBehavior sound: collection: MetalGlassBreak + - type: Repairable + doAfterDelay: 8 - type: ActivatableUI key: enum.VendingMachineUiKey.Key - type: ActivatableUIRequiresPower -- 2.51.2