a fix for a fox.

This commit is contained in:
The0bserver
2020-09-01 06:49:05 -04:00
parent 6673779ca2
commit 7d2d7f84dd
@@ -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)