v0.2.3f: string corrections

This commit is contained in:
Evan Debenham
2015-01-26 16:44:21 -05:00
parent 9ff26f034c
commit c04a252a4f
3 changed files with 4 additions and 4 deletions
@@ -223,7 +223,7 @@ public class CloakOfShadows extends Artifact {
if (exp >= (level+1)*50 && level < levelCap) {
upgrade();
exp -= level*50;
GLog.p("Your Cloak Grows Stronger!");
GLog.p("Your cloak grows stronger!");
}
updateQuickslot();