Skip to content

Commit

Permalink
Fix flippo sprite layer (space-wizards#23877)
Browse files Browse the repository at this point in the history
  • Loading branch information
themias authored Jan 10, 2024
1 parent a46f6f3 commit 1cf07fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/lighters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
map: ["base"]
- state: zippo_top
map: ["top"]
visible: false
- state: zippo_open
map: ["open"]
visible: false
Expand Down Expand Up @@ -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 }
Expand Down Expand Up @@ -205,6 +209,7 @@
map: ["base"]
- state: zippo_top
map: ["top"]
visible: false
- state: zippo_engraved_open
map: ["open"]
visible: false
Expand Down

0 comments on commit 1cf07fa

Please sign in to comment.