v0.3.2: added some flavour text to the prison

This commit is contained in:
Evan Debenham
2015-11-01 23:31:50 -05:00
parent 77d9abcd7b
commit 45546c0d0d
6 changed files with 25 additions and 12 deletions
@@ -107,6 +107,8 @@ public class CeremonialCandle extends Item {
@Override
public String info() {
return
"candle"; //TODO
"A set of candles, melted down and fused together through use.\n\n" +
"Alone they are worthless, but used with other candles in a pattern, " +
"they can focus the energy for a summoning ritual.";
}
}