v0.2.3: updated TODOs
This commit is contained in:
parent
0dcdb66fad
commit
cd8e11b311
|
@ -1148,7 +1148,7 @@ public class Hero extends Char {
|
|||
|
||||
@Override
|
||||
public void add( Buff buff ) {
|
||||
//TODO: test this, may break some things
|
||||
|
||||
if (buff(TimekeepersHourglass.timeStasis.class) != null)
|
||||
return;
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ import java.util.Collections;
|
|||
* Created by debenhame on 24/11/2014.
|
||||
*/
|
||||
public class AlchemistsToolkit extends Artifact {
|
||||
//TODO: sprite
|
||||
|
||||
{
|
||||
name = "Alchemists Toolkit";
|
||||
|
|
|
@ -260,8 +260,6 @@ public class DriedRose extends Artifact {
|
|||
|
||||
}
|
||||
|
||||
//TODO: needs to:
|
||||
//have combat stats
|
||||
public static class GhostHero extends NPC {
|
||||
|
||||
{
|
||||
|
|
|
@ -23,7 +23,6 @@ import java.util.ArrayList;
|
|||
* Created by debenhame on 01/12/2014.
|
||||
*/
|
||||
public class TimekeepersHourglass extends Artifact {
|
||||
//TODO: display logic, sprites.
|
||||
|
||||
private static final String TXT_HGLASS = "Timekeeper's Hourglass";
|
||||
private static final String TXT_STASIS = "Put myself in stasis";
|
||||
|
|
|
@ -595,7 +595,6 @@ public abstract class Level implements Bundlable {
|
|||
|
||||
}
|
||||
|
||||
//TODO: test this thoroughly
|
||||
if ((map[cell] == Terrain.ALCHEMY) && (
|
||||
!(item instanceof Plant.Seed || item instanceof Blandfruit) ||
|
||||
item instanceof BlandfruitBush.Seed ||
|
||||
|
|
Loading…
Reference in New Issue
Block a user