v0.3.4: externalized misc item strings
This commit is contained in:
committed by
Evan Debenham
parent
106ec11708
commit
95ab06888c
@@ -87,10 +87,5 @@ public class Torch extends Item {
|
||||
public int price() {
|
||||
return 10 * quantity;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String info() {
|
||||
return
|
||||
"An adventuring staple, when a dungeon goes dark, a torch can help lead the way.";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user