From 37065ff0c46901a25e73bee2dee32b0c66919e9a Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 1 Dec 2014 03:29:10 -0500 Subject: [PATCH] v0.2.3: updated a TODO --- .../shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java index c6283879c..9584fdebd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java @@ -593,8 +593,6 @@ public class Hero extends Char { } else { - //TODO: this is triggering very rigidly, consider some sort of refactor - //specifically, right now is causing wrong output with a cursed horn of plenty. if ((item instanceof ScrollOfUpgrade && ((ScrollOfUpgrade)item).isKnown()) || (item instanceof PotionOfStrength && ((PotionOfStrength)item).isKnown())) { GLog.p( TXT_YOU_NOW_HAVE, item.name() );