diff --git a/code/modules/reagents/chemistry/reagents/drink_reagents.dm b/code/modules/reagents/chemistry/reagents/drink_reagents.dm index fa0e0ce7db..5da05e83af 100644 --- a/code/modules/reagents/chemistry/reagents/drink_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drink_reagents.dm @@ -617,7 +617,7 @@ if(chems.has_reagent(src,1)) mytray.adjustPests(-rand(2,5)) mytray.adjustHealth(round(chems.get_reagent_amount(src.type) * 0.1)) - mytray.adjustpotency(round(chems.get_reagent_amount(src.type) * 0.5)) + mytray.adjust_potency(round(chems.get_reagent_amount(src.type) * 0.5)) /datum/reagent/consumable/buzz_fuzz/on_mob_life(mob/living/carbon/M) M.reagents.add_reagent(/datum/reagent/consumable/sugar,1)