adds a sprite for the clover club drink

This commit is contained in:
Cactus
2018-10-27 02:45:03 -04:00
parent 6d5314235b
commit f1ff437f4a
3 changed files with 9 additions and 5 deletions
@@ -38,7 +38,7 @@
if(!injectable && alien != IS_SLIME)
M.adjustToxLoss(0.1 * removed)
return
affect_ingest(M, alien, removed)
affect_ingest(M, alien, removed)
*/ //VOREStation Removal End
if(injectable) //vorestation addition/replacement
affect_ingest(M, alien, removed)
@@ -2876,13 +2876,13 @@
/datum/reagent/ethanol/cloverclub
name = "Clover Club"
id = "cloverclub"
description = "A light and refreshing rasberry cocktail."
taste_description = "sweet raspberry"
description = "A light and refreshing raspberry cocktail."
taste_description = "sweet raspberry and gin"
color = "#dd00a6" // rgb(221, 0, 166)
strength = 30
glass_name = "Clover Club"
glass_desc = "A light and refreshing rasberry cocktail."
glass_desc = "A light and refreshing cocktail garnished with skewered raspberries."
/datum/reagent/ethanol/negroni
name = "Negroni"
@@ -502,4 +502,8 @@ Drinks Data
/datum/reagent/ethanol/specialwhiskey
glass_icon_state = "whiskeyglass"
glass_center_of_mass = list("x"=16, "y"=12)
glass_center_of_mass = list("x"=16, "y"=12)
/datum/reagent/ethanol/cloverclub
glass_icon_state = "cloverclub"
glass_center_of_mass = list("x"=16, "y"=8)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB