v0.2.2a: updated TODOs

This commit is contained in:
Evan Debenham 2014-11-05 16:56:00 -05:00
parent d560a6e2d3
commit b68db3bb73
3 changed files with 4 additions and 5 deletions

View File

@ -708,7 +708,7 @@ public class Badges {
} }
} }
//TODO: Replace this badge, Delayed to 0.2.1 //TODO: Replace this badge, Delayed to 0.2.3, for real this time
public static void validateRingOfHaggler() { public static void validateRingOfHaggler() {
if (!local.contains( Badge.RING_OF_HAGGLER )/* && new RingOfThorns().isKnown()*/) { if (!local.contains( Badge.RING_OF_HAGGLER )/* && new RingOfThorns().isKnown()*/) {
Badge badge = Badge.RING_OF_HAGGLER; Badge badge = Badge.RING_OF_HAGGLER;
@ -717,7 +717,7 @@ public class Badges {
} }
} }
//TODO: Replace this badge, Delayed to 0.2.1 //TODO: Replace this badge, Delayed to 0.2.3, for real this time
public static void validateRingOfThorns() { public static void validateRingOfThorns() {
if (!local.contains( Badge.RING_OF_THORNS )/* && new RingOfThorns().isKnown()*/) { if (!local.contains( Badge.RING_OF_THORNS )/* && new RingOfThorns().isKnown()*/) {
Badge badge = Badge.RING_OF_THORNS; Badge badge = Badge.RING_OF_THORNS;

View File

@ -1,6 +1,5 @@
package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; package com.shatteredpixel.shatteredpixeldungeon.items.artifacts;
import com.shatteredpixel.shatteredpixeldungeon.Dungeon;
import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.Char;
import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff;
import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero;
@ -15,7 +14,7 @@ import java.util.ArrayList;
* Created by Evan on 24/08/2014. * Created by Evan on 24/08/2014.
*/ */
public class Artifact extends KindofMisc { public class Artifact extends KindofMisc {
//TODO: add artifact transform method and tie it into well of transformation, scheduled for 0.2.2 //TODO: add artifact transform method and tie it into well of transformation, scheduled for 0.2.3
{ {
levelKnown = true; levelKnown = true;
} }

View File

@ -10,7 +10,7 @@ import com.watabou.noosa.ui.Component;
/** /**
* Created by debenhame on 14/10/2014. * Created by debenhame on 14/10/2014.
*/ */
//TODO: this is completely broken at the moment. Better to get the patch out now, get this done for next update! //TODO: this is completely broken at the moment. Implement soon if it's needed!
public class WndChanges extends Window { public class WndChanges extends Window {
private static final int WIDTH = 112; private static final int WIDTH = 112;