diff --git a/code/modules/hydroponics/growninedible.dm b/code/modules/hydroponics/growninedible.dm index 3c9f0ad8c6c..e7ea7a51480 100644 --- a/code/modules/hydroponics/growninedible.dm +++ b/code/modules/hydroponics/growninedible.dm @@ -139,7 +139,7 @@ if(!..()) return if(istype(M, /mob/living)) M << "You are lit on fire from the intense heat of the [name]!" - M.adjust_fire_stacks(potency / 5) + M.adjust_fire_stacks(potency / 10) M.IgniteMob() /obj/item/weapon/grown/novaflower/afterattack(atom/A as mob|obj, mob/user as mob,proximity)