V0.2.1b: spelling + syntax errors
This commit is contained in:
parent
21bfecb69f
commit
3a69679a71
|
@ -33,7 +33,7 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
|
||||||
public class WndSadGhost extends Window {
|
public class WndSadGhost extends Window {
|
||||||
|
|
||||||
private static final String TXT_RAT =
|
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";
|
"I wonder what twisted magic created such a foul creature...\n\n";
|
||||||
private static final String TXT_GNOLL =
|
private static final String TXT_GNOLL =
|
||||||
"Thank you, that scheming gnoll is slain and I can finally rest..." +
|
"Thank you, that scheming gnoll is slain and I can finally rest..." +
|
||||||
|
@ -62,7 +62,7 @@ public class WndSadGhost extends Window {
|
||||||
BitmapTextMultiline message;
|
BitmapTextMultiline message;
|
||||||
switch (type){
|
switch (type){
|
||||||
case 1:default:
|
case 1:default:
|
||||||
titlebar.icon( new FetidRatSprite(). );
|
titlebar.icon( new FetidRatSprite() );
|
||||||
titlebar.label( "DEFEATED FETID RAT" );
|
titlebar.label( "DEFEATED FETID RAT" );
|
||||||
message = PixelScene.createMultiline( TXT_RAT+TXT_GIVEITEM, 6 );
|
message = PixelScene.createMultiline( TXT_RAT+TXT_GIVEITEM, 6 );
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -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 " +
|
"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 " +
|
"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 " +
|
"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,
|
CHAPTERS.put( ID_PRISON,
|
||||||
"Many years ago an underground prison was built here for the most dangerous criminals. At the time it seemed " +
|
"Many years ago an underground prison was built here for the most dangerous criminals. At the time it seemed " +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user