mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Resprite Bacchus Blessing by Ell Good ( Andrey ) (#31659)
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user