v0.2.2a: updated TODOs
This commit is contained in:
parent
d560a6e2d3
commit
b68db3bb73
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user