Skip to content

Commit

Permalink
eggnog hotfix (SerbiaStrong-220#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
chell4592 authored Aug 31, 2024
1 parent 5294dc8 commit 02fa999
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
metamorphicSprite:
sprite: SS220/Objects/Consumable/Drinks/glass_hot_arachne.rsi
state: icon_empty
metamorphicMaxFillLevels: 5
metamorphicMaxFillLevels: 6
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
metabolisms:
Expand All @@ -91,12 +91,12 @@
parent: BaseDrink
desc: reagent-desc-eggnog
physicalDesc: reagent-physical-desc-opaque
flavor: soda
flavor: milk
color: "#ffb51c"
metamorphicSprite:
sprite: SS220/Objects/Consumable/Drinks/eggnog.rsi
state: icon_empty
metamorphicMaxFillLevels: 4
metamorphicMaxFillLevels: 6
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
metabolisms:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"x": 32,
"y": 32
},
"states":
[
"states": [
{
"name": "icon"
},
Expand All @@ -25,6 +24,12 @@
},
{
"name": "fill-4"
},
{
"name": "fill-5"
},
{
"name": "fill-6"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
},
{
"name": "fill-5"
},
{
"name": "fill-6"
}
]
}

0 comments on commit 02fa999

Please sign in to comment.