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:
@@ -551,7 +551,7 @@ public abstract class RegularLevel extends Level {
|
||||
|
||||
while (true) {
|
||||
|
||||
if (++count > 10) {
|
||||
if (++count > 30) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user