From 711e52cc098dfda3a271856eb845400625d4ea25 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sun, 21 Feb 2021 23:54:50 +0000 Subject: [PATCH] compile errors fixed. --- code/modules/food_and_drinks/food/snacks_vend.dm | 2 +- code/modules/reagents/chemistry/reagents/drink_reagents.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/food_and_drinks/food/snacks_vend.dm b/code/modules/food_and_drinks/food/snacks_vend.dm index db4abc6c..f4249432 100644 --- a/code/modules/food_and_drinks/food/snacks_vend.dm +++ b/code/modules/food_and_drinks/food/snacks_vend.dm @@ -107,7 +107,7 @@ filling_color = "#F5F5DC" tastes = list("sweetness" = 3, "cake" = 1) foodtype = GRAIN | FRUIT | VEGETABLES | ANTITOXIC - price = 5 + price = 5 /obj/item/reagent_containers/food/snacks/carbonnanotube_noodles name = "carbon nanotube noodles" diff --git a/code/modules/reagents/chemistry/reagents/drink_reagents.dm b/code/modules/reagents/chemistry/reagents/drink_reagents.dm index b45e56d8..853a0000 100644 --- a/code/modules/reagents/chemistry/reagents/drink_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drink_reagents.dm @@ -942,7 +942,7 @@ glass_icon_state = "glass_yellow" glass_name = "glass of bungo juice" glass_desc = "Exotic! You feel like you are on vacation already." - hydration = 1 * REAGENTS_METABOLISM + hydration = 1 * REAGENTS_METABOLISM /datum/reagent/consumable/aloejuice name = "Aloe Juice" @@ -952,7 +952,7 @@ glass_icon_state = "glass_yellow" glass_name = "glass of aloe juice" glass_desc = "A healthy and refreshing juice." - hydration = 2 * REAGENTS_METABOLISM + hydration = 2 * REAGENTS_METABOLISM /datum/reagent/consumable/aloejuice/on_mob_life(mob/living/M) if(prob(30))