From 8dcc2f4cdf58449fcdbb75ad083021b675f8a404 Mon Sep 17 00:00:00 2001 From: Varelion <99684831+Varelion@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:15:49 -0500 Subject: [PATCH] Soda Dispenser Content, Pineapple Juice & Cream (#23777) * Create reagent vomicilin * Update vomicilin * Update code/modules/reagents/chemistry/reagents/medicine.dm Updating as suggested. Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Revert vomicilin * Revert vomicilin * Revert vomicilin * Add the ability to create droppers from glass * Add clone memory disorder * Add pineapple juice and cream to soda dispenser, remove carrot juice and potato juice * Revert dropper change * Revert clone memory loss * Revert bartender table jump change --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> --- code/modules/reagents/chemistry/machinery/chem_dispenser.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm index d195f287305..6fccd36e9e9 100644 --- a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm +++ b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm @@ -335,7 +335,7 @@ ui_title = "Soda Dispens-o-matic" dispensable_reagents = list("water", "ice", "milk", "soymilk", "coffee", "tea", "hot_coco", "cola", "spacemountainwind", "dr_gibb", "space_up", "tonic", "sodawater", "lemon_lime", "grapejuice", "sugar", "orangejuice", "lemonjuice", "limejuice", "tomatojuice", "banana", - "watermelonjuice", "carrotjuice", "potato", "berryjuice") + "watermelonjuice", "pineapplejuice", "cream", "berryjuice") upgrade_reagents = list("bananahonk", "milkshake", "cafe_latte", "cafe_mocha", "triple_citrus", "icecoffe","icetea") hacked_reagents = list("thirteenloko") hack_message = "You change the mode from 'McNano' to 'Pizza King'." @@ -600,7 +600,7 @@ is_drink = TRUE dispensable_reagents = list("water", "ice", "milk", "soymilk", "coffee", "tea", "hot_coco", "cola", "spacemountainwind", "dr_gibb", "space_up", "tonic", "sodawater", "lemon_lime", "grapejuice", "sugar", "orangejuice", "lemonjuice", "limejuice", "tomatojuice", "banana", - "watermelonjuice", "carrotjuice", "potato", "berryjuice") + "watermelonjuice", "pineapplejuice", "cream", "berryjuice") /obj/item/handheld_chem_dispenser/botanical name = "handheld botanical chemical dispenser"