mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-17 10:02:41 +01:00
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into polaris-sync-2018-02-24
# Conflicts: # maps/southern_cross/southern_cross-1.dmm
This commit is contained in:
@@ -1608,6 +1608,16 @@
|
||||
glass_name = "wine"
|
||||
glass_desc = "A very classy looking drink."
|
||||
|
||||
/datum/reagent/ethanol/wine/champagne
|
||||
name = "Champagne"
|
||||
id = "champagne"
|
||||
description = "A sparkling wine made with Pinot Noir, Pinot Meunier, and Chardonnay."
|
||||
taste_description = "fizzy bitter sweetness"
|
||||
color = "#D1B166"
|
||||
|
||||
glass_name = "champagne"
|
||||
glass_desc = "An even classier looking drink."
|
||||
|
||||
|
||||
/datum/reagent/ethanol/cider
|
||||
name = "Cider"
|
||||
|
||||
@@ -540,3 +540,12 @@
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/sake/New()
|
||||
..()
|
||||
reagents.add_reagent("sake", 100)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne
|
||||
name = "Gilthari Luxury Champagne"
|
||||
desc = "For those special occassions."
|
||||
icon_state = "champagne"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne/New()
|
||||
..()
|
||||
reagents.add_reagent("champagne", 100)
|
||||
Reference in New Issue
Block a user