V0.2.1: Corrected bug involving failed item placement with Wandmaker quest (bug is also present with ghost, will be fixed in ghost quest overhaul shortly)

This commit is contained in:
Evan Debenham
2014-10-03 15:56:47 -04:00
parent ba8d158ba7
commit 6c818ec0b1
2 changed files with 16 additions and 8 deletions

View File

@@ -551,7 +551,7 @@ public abstract class RegularLevel extends Level {
while (true) {
if (++count > 10) {
if (++count > 30) {
return -1;
}