Real Fix, Real Fox (I hope.)

This commit is contained in:
The0bserver
2020-09-01 06:55:15 -04:00
parent 7d2d7f84dd
commit 5869ddb1cd
@@ -617,7 +617,8 @@
if(chems.has_reagent(src,1))
mytray.adjustPests(-rand(2,5))
mytray.adjustHealth(round(chems.get_reagent_amount(src.type) * 0.1))
mytray.adjust_potency(round(chems.get_reagent_amount(src.type) * 0.5))
if(myseed)
myseed.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)