Rebalanced power stacking.

Active powers will now slowly give you clone damage. This should discourage power stacking.
This commit is contained in:
alex-gh
2014-03-30 15:16:29 +02:00
parent 01b7f673c2
commit 2de66f51c8
6 changed files with 32 additions and 0 deletions
@@ -264,6 +264,8 @@
if(!gene.block)
continue
if(gene.is_active(src))
if (prob(10) && prob(gene.instability))
adjustCloneLoss(1)
gene.OnMobLife(src)
if (radiation)