Skip to content

Commit

Permalink
erm
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 17, 2023
1 parent 75825f8 commit c61b372
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions code/modules/food_and_drinks/drinks/drinks/breakawayflask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,29 +55,6 @@

/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/ashwine
name = "Vintange Saint-Roumain Ashwine"
<<<<<<< HEAD
list_reagents = list(/datum/reagent/consumable/ethanol/trickwine/ash_wine = 45, /datum/reagent/consumable/ethanol/absinthe = 5)

/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/icewine
name = "Vintange Saint-Roumain Icewine"
list_reagents = list(/datum/reagent/consumable/ethanol/trickwine/ice_wine = 45, /datum/reagent/consumable/ethanol/sake = 5)

/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/shockwine
name = "Vintange Saint-Roumain Shockwine"
list_reagents = list(/datum/reagent/consumable/ethanol/trickwine/shock_wine = 45, /datum/reagent/consumable/ethanol/vodka = 5)

/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/hearthwine
name = "Vintange Saint-Roumain Hearthwine"
list_reagents = list(/datum/reagent/consumable/ethanol/trickwine/hearth_wine = 45, /datum/reagent/consumable/ethanol/hcider = 5)

/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/forcewine
name = "Vintange Saint-Roumain Forcewine"
list_reagents = list(/datum/reagent/consumable/ethanol/trickwine/force_wine = 45, /datum/reagent/consumable/ethanol/tequila = 5)

/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/prismwine
name = "Vintange Saint-Roumain Prismwine"
list_reagents = list(/datum/reagent/consumable/ethanol/trickwine/prism_wine = 45, /datum/reagent/consumable/ethanol/gin = 5)
=======
list_reagents = list(/datum/reagent/consumable/ethanol/ash_wine = 45, /datum/reagent/consumable/ethanol/absinthe = 5)
desc = "Ashwine was originally created using herbs native to Illestren, as a means of relaxing after a long hunt. The Saint-Roumain Militia has no prohibition on a little fun."

Expand Down Expand Up @@ -105,4 +82,3 @@
name = "Vintange Saint-Roumain Prismwine"
list_reagents = list(/datum/reagent/consumable/ethanol/prism_wine = 45, /datum/reagent/consumable/ethanol/gin = 5)
desc = "Prismwine is one of the most recent additions to the Saint-Roumain Militia's reserve of trickwines. It was purpose-created for fighting hostiles that utilized more advanced energy projection attacks, such as the cryonic beams of watchers or the laser guns of interstellar pirates."
>>>>>>> a6b18d547a3847b10b59ebf359617e56ac025d90

0 comments on commit c61b372

Please sign in to comment.