v0.3.4: externalized quest item strings
This commit is contained in:
committed by
Evan Debenham
parent
a2ec0d5b1c
commit
1885fdc17a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user