v0.3.2: fixed a bug with wandmaker levelgen
This commit is contained in:
parent
14f4d4aad6
commit
951bd49d92
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user