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
@@ -159,9 +159,11 @@ public class Thief extends Mob {
@Override
public String description() {
String desc =
"Deeper levels of the dungeon have always been a hiding place for all kinds of criminals. " +
"Not all of them could keep a clear mind during their extended periods so far from daylight. Long ago, " +
"these crazy thieves and bandits have forgotten who they are and why they steal.";
"Though these inmates roam free of their cells, this place is still their prison. " +
"Over time, this place has taken their minds as well as their freedom. " +
"Long ago, these crazy thieves and bandits have forgotten who they are and why they steal.\n\n" +
"These enemies are more likely to steal and run than they are to fight. " +
"Make sure to keep them in sight, of you might never see your stolen item again.";
if (item != null) {
desc += String.format( TXT_CARRIES, Utils.capitalize( this.name ), item.name() );