v0.2.4: updated torch description, no longer specifically refers to demon halls.
This commit is contained in:
@@ -51,7 +51,7 @@ public class Torch extends Item {
|
|||||||
@Override
|
@Override
|
||||||
public void execute( Hero hero, String action ) {
|
public void execute( Hero hero, String action ) {
|
||||||
|
|
||||||
if (action == AC_LIGHT) {
|
if (action.equals( AC_LIGHT )) {
|
||||||
|
|
||||||
hero.spend( TIME_TO_LIGHT );
|
hero.spend( TIME_TO_LIGHT );
|
||||||
hero.busy();
|
hero.busy();
|
||||||
@@ -89,6 +89,6 @@ public class Torch extends Item {
|
|||||||
@Override
|
@Override
|
||||||
public String info() {
|
public String info() {
|
||||||
return
|
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.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user