v0.2.3f: string corrections
This commit is contained in:
parent
9ff26f034c
commit
c04a252a4f
|
@ -223,7 +223,7 @@ public class CloakOfShadows extends Artifact {
|
||||||
if (exp >= (level+1)*50 && level < levelCap) {
|
if (exp >= (level+1)*50 && level < levelCap) {
|
||||||
upgrade();
|
upgrade();
|
||||||
exp -= level*50;
|
exp -= level*50;
|
||||||
GLog.p("Your Cloak Grows Stronger!");
|
GLog.p("Your cloak grows stronger!");
|
||||||
}
|
}
|
||||||
|
|
||||||
updateQuickslot();
|
updateQuickslot();
|
||||||
|
|
|
@ -131,7 +131,7 @@ public class DriedRose extends Artifact {
|
||||||
"could snap any moment.";
|
"could snap any moment.";
|
||||||
else if (level < 10)
|
else if (level < 10)
|
||||||
desc+= "\n\nYou have reattached many petals and the rose has started to somehow come back to life."+
|
desc+= "\n\nYou have reattached many petals and the rose has started to somehow come back to life."+
|
||||||
" It almost looks like it's read to bloom.";
|
" It almost looks like it's ready to bloom.";
|
||||||
else
|
else
|
||||||
desc+= "\n\nThe rose has blossomed again through some kind of magic, its connection to your spirit"+
|
desc+= "\n\nThe rose has blossomed again through some kind of magic, its connection to your spirit"+
|
||||||
" friend is stronger than ever.";
|
" friend is stronger than ever.";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user