Skip to content

Commit

Permalink
Ketchup flavored whiskey (sins against god) (#8)
Browse files Browse the repository at this point in the history
* ketchup whiskey

* Better sprite

* Adds Ketchup whiskey to drink crate

Co-authored-by: super12pl <super12@interia.eu>
Co-authored-by: super12pl <67762796+super12pl@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 18, 2022
1 parent af7de3d commit d5ee23b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/datums/supplypacks/galley.dm
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
/decl/hierarchy/supply_pack/galley/premiumalcohol
name = "Bar - Premium drinks"
contains = list(/obj/item/reagent_containers/food/drinks/bottle/premiumwine = 1,
/obj/item/reagent_containers/food/drinks/bottle/premiumvodka = 1)
/obj/item/reagent_containers/food/drinks/bottle/premiumvodka = 1,
/obj/item/reagent_containers/food/drinks/bottle/ketchupwhiskey = 1)
cost = 60
containertype = /obj/structure/closet/crate/freezer
containername = "premium drinks crate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,15 @@
glass_name = "whiskey"
glass_desc = "The silky, smokey whiskey goodness inside the glass makes the drink look very classy."

/datum/reagent/ethanol/ketchupwhiskey
name = "Ketchup Flavored Whiskey"
description = "A superb and well-aged single-malt whiskey. Too bad this one is ketchup flavored."
taste_description = "grossness"
color = "#d6024d"

glass_name = "ketchup flavored whiskey"
glass_desc = "What the hell?"

/datum/reagent/ethanol/wine
name = "Wine"
description = "An premium alchoholic beverage made from distilled grape juice."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@
reagents.add_reagent(/datum/reagent/ethanol/whiskey, 100)


/obj/item/reagent_containers/food/drinks/bottle/ketchupwhiskey
name = "Crown Royal's Ketchup Flavored Whiskey"
desc = "A premium single-malt whiskey, gently matured then industralily ruined with artificial ketchup flavor."
icon_state = "ketchupwhiskeybottle"
New()
..()
reagents.add_reagent(/datum/reagent/ethanol/ketchupwhiskey, 100)

/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey
name = "Special Blend Whiskey"
desc = "Just when you thought regular whiskey was good... This silky, amber goodness has to come along and ruin everything."
Expand Down
Binary file modified icons/obj/drinks.dmi
Binary file not shown.

0 comments on commit d5ee23b

Please sign in to comment.