Resprite Bacchus Blessing by Ell Good ( Andrey ) (#31659)

This commit is contained in:
Alan
2026-02-27 14:13:09 -05:00
committed by GitHub
parent 771058d7c2
commit cd2f64e0d4
2 changed files with 5 additions and 0 deletions
@@ -68,6 +68,11 @@
icon_state = main_reagent.drink_icon
if((main_reagent.id == "bubbletea" || main_reagent.id == "bubblemilktea") && length(reagents.reagent_list) > 1)
customize_bubble_tea()
if(main_reagent.id == "bacchus_blessing")
switch(main_reagent.volume / volume)
if(0.75 to 1) overlays += image(icon, "bacchusblessing_over_01")
if(0.25 to 0.75) overlays += image(icon, "bacchusblessing_over_02")
if(0.05 to 0.25) overlays += image(icon, "bacchusblessing_over_03")
else
var/image/drink_image = image(icon, "glassoverlay")
drink_image.color = mix_color_from_reagents(reagents.reagent_list)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 110 KiB