mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Reagent unit testing (#10166)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Willburd <7099514+Willburd@users.noreply.github.com> Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
579ce17c82
commit
515df0c7ac
@@ -114,7 +114,7 @@
|
||||
/datum/reagent/ethanol/rum
|
||||
price_tag = 5
|
||||
|
||||
/datum/reagent/ethanol/tequilla
|
||||
/datum/reagent/ethanol/tequila
|
||||
price_tag = 5
|
||||
|
||||
/datum/reagent/ethanol/thirteenloko
|
||||
@@ -204,7 +204,7 @@
|
||||
/datum/reagent/ethanol/booger
|
||||
price_tag = 4
|
||||
|
||||
/datum/reagent/ethanol/brave_bull
|
||||
/datum/reagent/ethanol/coffee/brave_bull
|
||||
price_tag = 4
|
||||
|
||||
/datum/reagent/ethanol/changeling_sting
|
||||
@@ -303,7 +303,7 @@
|
||||
/datum/reagent/ethanol/syndicatebomb
|
||||
price_tag = 4
|
||||
|
||||
/datum/reagent/ethanol/tequillasunrise
|
||||
/datum/reagent/ethanol/tequila_sunrise
|
||||
price_tag = 4
|
||||
|
||||
/datum/reagent/ethanol/threemileisland
|
||||
@@ -465,7 +465,7 @@
|
||||
/obj/item/reagent_containers/food/drinks/bottle/rum
|
||||
price_tag = 15
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/tequilla
|
||||
/obj/item/reagent_containers/food/drinks/bottle/tequila
|
||||
price_tag = 15
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka
|
||||
@@ -1026,4 +1026,4 @@
|
||||
//******************************//
|
||||
|
||||
/datum/reagent/ethanol/euphoria
|
||||
price_tag = 30
|
||||
price_tag = 30
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
/obj/item/reagent_containers/food/drinks/bottle/rum = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/sake = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/specialwhiskey = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/tequilla = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/tequila = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vermouth = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey = 5,
|
||||
|
||||
Reference in New Issue
Block a user