add new loading screen tip for The Bulletin Board guild, as discusssed in Aspiring Socialites

This commit is contained in:
Alys
2016-10-02 16:23:17 +10:00
parent 378625b4af
commit 556a7e5229
2 changed files with 3 additions and 2 deletions

View File

@@ -31,5 +31,6 @@
"tip29": "Complete all your Dailies to get a Perfect Day Buff that increases your stats!", "tip29": "Complete all your Dailies to get a Perfect Day Buff that increases your stats!",
"tip30": "You can invite people to Guilds, not just Parties.", "tip30": "You can invite people to Guilds, not just Parties.",
"tip31": "Check out the pre-made lists in the Library of Shared Lists Guild for example tasks.", "tip31": "Check out the pre-made lists in the Library of Shared Lists Guild for example tasks.",
"tip32": "Lots of Habiticas code, art, and writing is made by volunteer contributors! Anyone can help." "tip32": "Lots of Habiticas code, art, and writing is made by volunteer contributors! Anyone can help.",
"tip33": "Check out The Bulletin Board guild for news about guilds, challenges, and other player-created events - and announce your own there!"
} }

View File

@@ -7,7 +7,7 @@ let api = {};
const IS_PROD = nconf.get('IS_PROD'); const IS_PROD = nconf.get('IS_PROD');
const TOTAL_USER_COUNT = '1,500,000'; const TOTAL_USER_COUNT = '1,500,000';
const LOADING_SCREEN_TIPS = 32; const LOADING_SCREEN_TIPS = 33;
const IS_NEW_CLIENT_ENABLED = nconf.get('NEW_CLIENT_ENABLED') === 'true'; const IS_NEW_CLIENT_ENABLED = nconf.get('NEW_CLIENT_ENABLED') === 'true';
api.getFrontPage = { api.getFrontPage = {