v0.3.4: externalized quest item strings

This commit is contained in:
Evan Debenham
2016-01-01 22:50:48 -05:00
committed by Evan Debenham
parent a2ec0d5b1c
commit 1885fdc17a
8 changed files with 11 additions and 52 deletions
@@ -42,13 +42,6 @@ public class DarkGold extends Item {
return true;
}
@Override
public String info() {
return
"This metal is called dark not because of its color (it doesn't differ from the normal gold), " +
"but because it melts under the daylight, making it useless on the surface.";
}
@Override
public int price() {
return quantity;