From 4c4e11037522b6eb04dd635b6d354145bedb3d4a Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Thu, 9 Apr 2020 20:16:55 +0100 Subject: [PATCH] imagine making it compile --- code/modules/reagents/chemistry/reagents/food_reagents.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/food_reagents.dm b/code/modules/reagents/chemistry/reagents/food_reagents.dm index cf6c3789ec..654d69a599 100644 --- a/code/modules/reagents/chemistry/reagents/food_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/food_reagents.dm @@ -783,8 +783,8 @@ var/obj/item/reagent_containers/food/splashed_food = O splashed_food.adjust_food_quality(100) // if it's a customisable food, we need to edit its total quality too, to prevent its quality resetting from adding more ingredients! - if(istype(O, obj/item/reagent_containers/food/customizable)) - var/obj/item/reagent_containers/food/customizable/splashed_custom_food = O + if(istype(O, /obj/item/reagent_containers/food/snacks/customizable)) + var/obj/item/reagent_containers/food/snacks/customizable/splashed_custom_food = O splashed_custom_food.total_quality += 10000 r /datum/reagent/consumable/char