diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm index 26481d8141..139eceff51 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm @@ -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" diff --git a/code/modules/reagents/reagent_containers/drinkingglass/metaglass.dm b/code/modules/reagents/reagent_containers/drinkingglass/metaglass.dm index 355407e9a3..e35db4a72b 100644 --- a/code/modules/reagents/reagent_containers/drinkingglass/metaglass.dm +++ b/code/modules/reagents/reagent_containers/drinkingglass/metaglass.dm @@ -502,4 +502,8 @@ Drinks Data /datum/reagent/ethanol/specialwhiskey glass_icon_state = "whiskeyglass" - glass_center_of_mass = list("x"=16, "y"=12) \ No newline at end of file + 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) diff --git a/icons/obj/drinks.dmi b/icons/obj/drinks.dmi index 51d3f4d369..462fa224e7 100644 Binary files a/icons/obj/drinks.dmi and b/icons/obj/drinks.dmi differ