mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #3394 from Anewbe/unathi_drinks
Can now get the unathi liquour as a contraband crate
This commit is contained in:
@@ -32,6 +32,17 @@
|
|||||||
containername = "Special Ops crate"
|
containername = "Special Ops crate"
|
||||||
contraband = 1
|
contraband = 1
|
||||||
|
|
||||||
|
/datum/supply_packs/supply/moghes
|
||||||
|
name = "Moghes imports"
|
||||||
|
contains = list(
|
||||||
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew = 2,
|
||||||
|
/obj/item/weapon/reagent_containers/food/snacks/unajerky = 4
|
||||||
|
)
|
||||||
|
cost = 25
|
||||||
|
containertype = /obj/structure/closet/crate
|
||||||
|
containername = "Moghes imports crate"
|
||||||
|
contraband = 1
|
||||||
|
|
||||||
/datum/supply_packs/security/bolt_rifles_mosin
|
/datum/supply_packs/security/bolt_rifles_mosin
|
||||||
name = "Surplus militia rifles"
|
name = "Surplus militia rifles"
|
||||||
contains = list(
|
contains = list(
|
||||||
|
|||||||
@@ -2233,8 +2233,8 @@
|
|||||||
glass_name = "special blend whiskey"
|
glass_name = "special blend whiskey"
|
||||||
glass_desc = "Just when you thought regular station whiskey was good... This silky, amber goodness has to come along and ruin everything."
|
glass_desc = "Just when you thought regular station whiskey was good... This silky, amber goodness has to come along and ruin everything."
|
||||||
|
|
||||||
/datum/reagent/ethanol/unathiliquor //Needs a better name
|
/datum/reagent/ethanol/unathiliquor
|
||||||
name = "Unathi Liquor"
|
name = "Redeemer's Brew"
|
||||||
id = "unathiliquor"
|
id = "unathiliquor"
|
||||||
description = "This barely qualifies as a drink, and could give jetfuel a run for its money. Also known to cause feelings of euphoria and numbness."
|
description = "This barely qualifies as a drink, and could give jetfuel a run for its money. Also known to cause feelings of euphoria and numbness."
|
||||||
taste_description = "spiced numbness"
|
taste_description = "spiced numbness"
|
||||||
|
|||||||
@@ -407,6 +407,16 @@
|
|||||||
..()
|
..()
|
||||||
reagents.add_reagent("pwine", 100)
|
reagents.add_reagent("pwine", 100)
|
||||||
|
|
||||||
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew
|
||||||
|
name = "Redeemer's Brew"
|
||||||
|
desc = "Just opening the top of this bottle makes you feel a bit tipsy. Not for the faint of heart."
|
||||||
|
icon_state = "redeemersbrew"
|
||||||
|
center_of_mass = list("x"=16, "y"=3)
|
||||||
|
|
||||||
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew/New()
|
||||||
|
..()
|
||||||
|
reagents.add_reagent("unathiliquor", 100)
|
||||||
|
|
||||||
//////////////////////////JUICES AND STUFF ///////////////////////
|
//////////////////////////JUICES AND STUFF ///////////////////////
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Reference in New Issue
Block a user