Multiply chance down

This commit is contained in:
KorPhaeron
2015-12-31 18:55:31 -06:00
parent 9e053da327
commit 2b129fb2ea
@@ -58,7 +58,7 @@
return
var/mob/living/simple_animal/hostile/illusion/M = new(loc)
M.faction = faction.Copy()
M.Copy_Parent(parent_mob, 80, health/2, melee_damage_upper, multiply_chance)
M.Copy_Parent(parent_mob, 80, health/2, melee_damage_upper, multiply_chance/2)
M.GiveTarget(L)
///////Actual Types/////////