v0.2.4: updated TODOs

This commit is contained in:
Evan Debenham
2015-02-20 09:29:23 -05:00
parent 35e53457ff
commit 4cb2ca666c
5 changed files with 3 additions and 6 deletions
@@ -125,7 +125,7 @@ public class Viscosity extends Glyph {
target.damage( 1, this );
if (target == Dungeon.hero && !target.isAlive()) {
// FIXME
Glyph glyph = new Viscosity();
Dungeon.fail( Utils.format( ResultDescriptions.GLYPH, glyph.name() ) );
GLog.n( "%s killed you...", glyph.name() );