Skip to content

Commit

Permalink
fix voxrocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kipdotnet committed Sep 23, 2024
1 parent 8360496 commit c551bb7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2222,20 +2222,24 @@
metamorphicSprite:
sprite: Objects/Consumable/Drinks/beerglass.rsi
state: icon_empty
metamorphicMaxFillLevels: 5
metamorphicMaxFillLevels: 6
metamorphicFillBaseName: fill-
metamorphicChangeColor: true
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 4
- !type:AdjustReagent
reagent: Dylovene
amount: 0.5
- !type:AdjustReagent
reagent: Oxygen
amount: -25
amount: -5
Medicine:
effects:
- !type:HealthChange
damage:
types:
Poison: -0.5
# Asphyxiation: -0.25
fizziness: .7

- type: reagent
Expand Down

0 comments on commit c551bb7

Please sign in to comment.