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,12 +42,6 @@ public class Embers extends Item {
return true;
}
@Override
public String info() {
return
"Special embers which can only be harvested from young fire elementals. They radiate thermal energy.";
}
@Override
public ItemSprite.Glowing glowing() {
return new ItemSprite.Glowing(0x660000, 3f);