New drink sprites aka Drink Desouling (#66538)

- All drinks and bottles have been resprited
This commit is contained in:
ErdinyoBarboza
2022-05-12 22:39:40 -03:00
committed by GitHub
parent 44d8bce60a
commit 6f450d93a6
6 changed files with 9 additions and 2 deletions
@@ -228,7 +228,7 @@
name = "ice cup"
desc = "Careful, cold ice, do not chew."
custom_price = PAYCHECK_LOWER * 0.6
icon_state = "coffee"
icon_state = "icecup"
list_reagents = list(/datum/reagent/consumable/ice = 30)
spillable = TRUE
isGlass = FALSE
@@ -573,6 +573,13 @@
volume = 100
isGlass = FALSE
/obj/item/reagent_containers/food/drinks/shaker/Initialize(mapload)
. = ..()
if(prob(10))
name = "\improper NanoTrasen 20th Anniversary Shaker"
desc += " It has an emblazoned NanoTrasen logo on it."
icon_state = "shaker_n"
/obj/item/reagent_containers/food/drinks/flask
name = "flask"
desc = "Every good spaceman knows it's a good idea to bring along a couple of pints of whiskey wherever they go."
@@ -93,7 +93,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
color = "#664300" // rgb: 102, 67, 0
nutriment_factor = 1 * REAGENTS_METABOLISM
boozepwr = 25
taste_description = "piss water"
taste_description = "mild carbonated malt"
glass_icon_state = "beerglass"
glass_name = "glass of beer"
glass_desc = "A freezing pint of beer."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB