v0.3.0: formatting tweaks and logic fix for starflower
This commit is contained in:
parent
c3cba0f046
commit
772058af8d
|
@ -23,7 +23,7 @@ public class Starflower extends Plant{
|
|||
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user