diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java b/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java index 474886f1f..802bb7fdb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java @@ -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() { if (!local.contains( Badge.RING_OF_HAGGLER )/* && new RingOfThorns().isKnown()*/) { 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() { if (!local.contains( Badge.RING_OF_THORNS )/* && new RingOfThorns().isKnown()*/) { Badge badge = Badge.RING_OF_THORNS; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/Artifact.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/Artifact.java index 859bd6bcc..bd38b431d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/Artifact.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/Artifact.java @@ -1,6 +1,5 @@ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; -import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; @@ -15,7 +14,7 @@ import java.util.ArrayList; * Created by Evan on 24/08/2014. */ 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; } diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChanges.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChanges.java index 6fc37e06f..59b5552db 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChanges.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChanges.java @@ -10,7 +10,7 @@ import com.watabou.noosa.ui.Component; /** * 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 { private static final int WIDTH = 112;