v0.3.2: fixed a bug with wandmaker levelgen
This commit is contained in:
@@ -353,9 +353,12 @@ public class Wandmaker extends NPC {
|
|||||||
wand2.upgrade();
|
wand2.upgrade();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static boolean setRoom( Collection<Room> rooms) {
|
private static boolean setRoom( Collection<Room> rooms) {
|
||||||
|
|||||||
Reference in New Issue
Block a user