v0.3.2: fixed a bug with wandmaker levelgen
This commit is contained in:
parent
14f4d4aad6
commit
951bd49d92
|
@ -353,10 +353,13 @@ public class Wandmaker extends NPC {
|
|||
wand2.upgrade();
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
private static boolean setRoom( Collection<Room> rooms) {
|
||||
Room questRoom = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user