Merging Source v1.7.2: plant changes

This commit is contained in:
Evan Debenham
2014-10-20 22:38:13 -04:00
parent 9f49d115d2
commit e2b877b6b9
3 changed files with 69 additions and 3 deletions
@@ -41,7 +41,7 @@ public class Sorrowmoss extends Plant {
super.activate( ch );
if (ch != null) {
Buff.affect( ch, Poison.class ).set( 5 + Math.min( Dungeon.depth, 15 ) );
Buff.affect( ch, Poison.class ).set( Poison.durationFactor( ch ) * (4 + Dungeon.depth / 2) );
}
if (Dungeon.visible[pos]) {