V0.2.1: Updated story messages for the sewers.

This commit is contained in:
Evan Debenham
2014-10-10 17:22:54 -04:00
parent 900cc15278
commit 850470ef27
3 changed files with 16 additions and 10 deletions
@@ -48,6 +48,9 @@ public class TitleScene extends PixelScene {
int gameversion = ShatteredPixelDungeon.version();
if (gameversion != Game.versionCode) {
//new intro, make older players see it again.
if (gameversion < 9)
ShatteredPixelDungeon.intro(true);
Game.switchScene(WelcomeScene.class);
}