From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:58:01 +0000 (-0500) Subject: Fix flippo sprite layer (#23877) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1cf07fadace1dd4d37967daf3e30155561712ad7;p=space-station-14.git Fix flippo sprite layer (#23877) --- 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