v0.2.4: updated torch description, no longer specifically refers to demon halls.

This commit is contained in:
Evan Debenham
2015-02-17 15:20:38 -05:00
parent b8b4ddc7af
commit f0500e8eea
@@ -51,7 +51,7 @@ public class Torch extends Item {
@Override
public void execute( Hero hero, String action ) {
if (action == AC_LIGHT) {
if (action.equals( AC_LIGHT )) {
hero.spend( TIME_TO_LIGHT );
hero.busy();
@@ -89,6 +89,6 @@ public class Torch extends Item {
@Override
public String info() {
return
"It's an indispensable item in The Demon Halls, which are notorious for their poor ambient lighting.";
"An adventuring staple, when a dungeon goes dark, a torch can help lead the way.";
}
}