v0.2.3: bugfixes
This commit is contained in:
parent
3ee8472e19
commit
1e3bc31c6b
|
@ -136,7 +136,7 @@ public class Swarm extends Mob {
|
||||||
@Override
|
@Override
|
||||||
public void die( Object cause ){
|
public void die( Object cause ){
|
||||||
//sets drop chance
|
//sets drop chance
|
||||||
lootChance = 1f/((5 + Dungeon.limitedDrops.swarmHP.count ) * generation );
|
lootChance = 1f/((5 + Dungeon.limitedDrops.swarmHP.count ) * generation+1 );
|
||||||
super.die( cause );
|
super.die( cause );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -227,7 +227,8 @@ public class UnstableSpellbook extends Artifact {
|
||||||
}
|
}
|
||||||
if (item != null)
|
if (item != null)
|
||||||
GLog.w("You are unable to add this scroll to the book.");
|
GLog.w("You are unable to add this scroll to the book.");
|
||||||
}
|
} else if (item instanceof Scroll && !item.isIdentified())
|
||||||
|
GLog.w("You're not sure what type of scroll this is yet.");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user