Final commit. Ready to go!

This commit is contained in:
HappyPikachu 2015-02-02 12:23:12 -05:00
parent d85e7c5a57
commit ad787f8eeb
2 changed files with 2 additions and 2 deletions

View File

@ -4390,7 +4390,7 @@ public class CreateStagePrompt extends FixedSetPrompt implements ColorUtil {
}
text += BLUE + found.getCountPrompt() + "\n\n";
text += BLUE + found.getCountPrompt().toString() + "\n\n";
return text;

View File

@ -246,7 +246,7 @@ public class QuestMob {
return false;
}
if (!dropChances.equals(other.dropChances)) {
if (dropChances != other.dropChances) {
return false;
}