v0.3.0: formatting tweaks and logic fix for starflower

This commit is contained in:
Evan Debenham 2015-05-20 09:06:12 -04:00 committed by Evan Debenham
parent c3cba0f046
commit 772058af8d

View File

@ -23,7 +23,7 @@ public class Starflower extends Plant{
if (ch != null) Buff.prolong(ch, Bless.class, 30f); if (ch != null) Buff.prolong(ch, Bless.class, 30f);
if ( Random.Int(1) == 0 ) { if (Random.Int(5) == 0){
Dungeon.level.drop(new Seed(), pos); Dungeon.level.drop(new Seed(), pos);
} }
} }