From: Tayrtahn Date: Sat, 27 Jan 2024 12:12:53 +0000 (-0500) Subject: Repairable vending machines (#24603) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=be09538f28aeefc9b2522423a090222a2d322a31;p=space-station-14.git Repairable vending machines (#24603) * Add Repairable to vending machines * Removed fuelcost (outdated) --- 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