v0.3.4: externalized misc item strings

This commit is contained in:
Evan Debenham
2016-01-03 19:43:24 -05:00
committed by Evan Debenham
parent 106ec11708
commit 95ab06888c
19 changed files with 98 additions and 207 deletions
@@ -75,11 +75,4 @@ public class MerchantsBeacon extends Item {
return 5 * quantity;
}
@Override
public String info() {
return "This odd piece of dwarven technology allows you to communicate from great distances." +
"\n\nAfter being activated, this beacon will let you sell items to Pixel Mart from anywhere in the dungeon." +
"\n\nHowever, the magic within the beacon will only last for one session, so use it wisely.";
}
}