Skip to content

Commit

Permalink
Multiply chance down
Browse files Browse the repository at this point in the history
  • Loading branch information
KorPhaeron committed Jan 1, 2016
1 parent 9e053da commit 2b129fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/hostile/illusion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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/////////
Expand Down

0 comments on commit 2b129fb

Please sign in to comment.