From 1cf07fadace1dd4d37967daf3e30155561712ad7 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:58:01 -0500 Subject: [PATCH] Fix flippo sprite layer (#23877) --- Resources/Prototypes/Entities/Objects/Tools/lighters.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Tools/lighters.yml b/Resources/Prototypes/Entities/Objects/Tools/lighters.yml index 305a5f0b53..9eb3a2da92 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/lighters.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/lighters.yml @@ -129,6 +129,7 @@ map: ["base"] - state: zippo_top map: ["top"] + visible: false - state: zippo_open map: ["open"] visible: false @@ -163,6 +164,9 @@ open: True: { visible: true } False: { visible: false } + top: + True: { visible: true } + False: { visible: false } base: True: { visible: false } False: { visible: true } @@ -205,6 +209,7 @@ map: ["base"] - state: zippo_top map: ["top"] + visible: false - state: zippo_engraved_open map: ["open"] visible: false -- 2.51.2