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
@@ -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;
}