mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 06:56:23 +01:00
adds a sprite for the clover club drink
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user