V0.2.1b: spelling + syntax errors

This commit is contained in:
Evan Debenham 2014-10-14 19:35:35 -04:00
parent 21bfecb69f
commit 3a69679a71
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class WndSadGhost extends Window {
private static final String TXT_RAT =
"Thank you, that horrid rad is slain and I can finally rest..." +
"Thank you, that horrid rat is slain and I can finally rest..." +
"I wonder what twisted magic created such a foul creature...\n\n";
private static final String TXT_GNOLL =
"Thank you, that scheming gnoll is slain and I can finally rest..." +
@ -62,7 +62,7 @@ public class WndSadGhost extends Window {
BitmapTextMultiline message;
switch (type){
case 1:default:
titlebar.icon( new FetidRatSprite(). );
titlebar.icon( new FetidRatSprite() );
titlebar.label( "DEFEATED FETID RAT" );
message = PixelScene.createMultiline( TXT_RAT+TXT_GIVEITEM, 6 );
break;

View File

@ -49,7 +49,7 @@ public class WndStory extends Window {
"The Dungeon lies right beneath the City, its upper levels actually constitute the City's sewer system.\n\n " +
"As dark energy has crept up from below the usually harmless sewer creatures have become more and more " +
"dangerous. The city sends guard patrols down here to try and maintain safety for those above, but " +
"they are slowly failing.\n\n This place is dangerous, but a least the evil magic at work here is weak." );
"they are slowly failing.\n\n This place is dangerous, but at least the evil magic at work here is weak." );
CHAPTERS.put( ID_PRISON,
"Many years ago an underground prison was built here for the most dangerous criminals. At the time it seemed " +