mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 23:54:24 +01:00
Merge pull request #550 from Yoshax/master
Makes the mythical special blend whiskey real
This commit is contained in:
@@ -1970,8 +1970,8 @@
|
||||
name = "Special Blend Whiskey"
|
||||
id = "specialwhiskey"
|
||||
description = "Just when you thought regular station whiskey was good... This silky, amber goodness has to come along and ruin everything."
|
||||
color = "#664300"
|
||||
strength = 25
|
||||
color = "#523600"
|
||||
strength = 5
|
||||
|
||||
glass_icon_state = "whiskeyglass"
|
||||
glass_name = "glass of special blend whiskey"
|
||||
|
||||
@@ -231,6 +231,15 @@
|
||||
..()
|
||||
reagents.add_reagent("whiskey", 100)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/specialwhiskey
|
||||
name = "Special Blend Whiskey"
|
||||
desc = "Just when you thought regular station whiskey was good... This silky, amber goodness has to come along and ruin everything."
|
||||
icon_state = "whiskeybottle2"
|
||||
center_of_mass = list("x"=16, "y"=3)
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("specialwhiskey", 100)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka
|
||||
name = "Tunguska Triple Distilled"
|
||||
desc = "Aah, vodka. Prime choice of drink AND fuel by Russians worldwide."
|
||||
|
||||
Reference in New Issue
Block a user