Skip to content

Commit

Permalink
Adding reddit information
Browse files Browse the repository at this point in the history
  • Loading branch information
tukkek committed Feb 24, 2016
1 parent 9e7f141 commit 8c409f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion javelin/controller/action/Help.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static public void help(ActionDescription[] actions) {
}
text += ": " + a.getDescriptiveName() + "\n";
}
text += "\nKeep up-to-date with new releases at http://javelinrl.wordpress.com!";
text += "\nKeep up-to-date with new releases at javelinrl.wordpress.com\nor come discuss the game at reddit.com/r/javelinrl !";
Javelin.app.switchScreen(new InfoScreen(Game.getQuestapp(), text));
Game.getInput();
Javelin.app.switchScreen(BattleScreen.active);
Expand Down
2 changes: 2 additions & 0 deletions javelin/view/screen/HaxorScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ public class HaxorScreen extends SelectScreen {

static {
QUOTES.add("Keep up with updates at http://javelinrl.wordpress.com :)");
QUOTES.add(
"Come discuss the game at http://reddit.com/r/javelinrl/ :)");
QUOTES.add("Haxor's pet exclaims \"Kupo!\"");
QUOTES.add("Haxor's pet exclaims \"Pika-pika!\"");
QUOTES.add(
Expand Down

0 comments on commit 8c409f1

Please sign in to comment.