Resolves DrinkCanVisualizer is Obsolete (#13895)

This commit is contained in:
TemporalOroboros
2023-02-04 18:09:46 -08:00
committed by GitHub
parent 8e18d1f41f
commit c7d674733d
2 changed files with 6 additions and 48 deletions

View File

@@ -25,7 +25,7 @@
state: icon
layers:
- state: icon
map: ["enum.DrinkCanVisualLayers.Icon"]
map: ["drinkCanIcon"]
netsync: false
- type: FitsInDispenser
solution: drink
@@ -36,10 +36,12 @@
- type: DrainableSolution
solution: drink
- type: Appearance
- type: GenericVisualizer
visuals:
- type: DrinkCanVisualizer
stateClosed: icon
stateOpen: icon_open
enum.DrinkCanStateVisual.Opened:
drinkCanIcon:
True: {state: "icon_open"}
False: {state: "icon"}
- type: Spillable
solution: drink
- type: ItemCooldown