Lowered maximum amount of possible fire stacks.

This commit is contained in:
TZK13
2015-02-11 06:23:44 -06:00
parent edf3364765
commit 2e919da8ab
+1 -1
View File
@@ -139,7 +139,7 @@
if(!..()) return
if(istype(M, /mob/living))
M << "<span class='danger'>You are lit on fire from the intense heat of the [name]!</span>"
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)