v0.3.2: fixed a bug with wandmaker levelgen

This commit is contained in:
Evan Debenham 2015-10-23 02:48:07 -04:00
parent 14f4d4aad6
commit 951bd49d92

View File

@ -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) {