v0.2.3: updated a TODO

This commit is contained in:
Evan Debenham 2014-12-01 03:29:10 -05:00
parent 657d6a68c7
commit 37065ff0c4

View File

@ -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() );