v0.2.3: updated a TODO
This commit is contained in:
parent
657d6a68c7
commit
37065ff0c4
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue
Block a user