V0.2.1: Updated sewer character descriptions

This commit is contained in:
Evan Debenham
2014-10-10 17:46:41 -04:00
parent 850470ef27
commit 02a20b083b
5 changed files with 16 additions and 7 deletions
@@ -64,7 +64,7 @@ public class Crab extends Mob {
public String description() {
return
"These huge crabs are at the top of the food chain in the sewers. " +
"They are extremely fast and their thick exoskeleton can withstand " +
"They are extremely fast and their thick carapace can withstand " +
"heavy blows.";
}
}