From 6a4914436bd14cd589416ffe028cdc85e0ed0fb5 Mon Sep 17 00:00:00 2001 From: 778b <33431126+778b@users.noreply.github.com> Date: Sat, 6 Jan 2024 10:09:30 +0300 Subject: [PATCH] Fixed lighters exeption with missing component (#23589) Update lighters.yml --- Resources/Prototypes/Entities/Objects/Tools/lighters.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Tools/lighters.yml b/Resources/Prototypes/Entities/Objects/Tools/lighters.yml index 2f55cc1a70..be0e0b2e7a 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/lighters.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/lighters.yml @@ -4,6 +4,8 @@ id: Lighter description: "A simple plastic cigarette lighter." components: + - type: IgnitionSource + ignited: false - type: ItemToggle predictable: false soundActivate: -- 2.51.2