Merge pull request #276 from fkloft/bugfix

Bugfix
This commit is contained in:
Jon Atkins 2013-05-13 20:21:58 -07:00
commit 7a9976c2e0
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ build
localbuildsettings.py localbuildsettings.py
*.pyc *.pyc
*.swp *.swp
*~
*.bak

View File

@ -275,7 +275,7 @@ window.setupPlayerStat = function() {
+ 'XM:\t' + PLAYER.energy + ' / ' + xmMax + '\n' + 'XM:\t' + PLAYER.energy + ' / ' + xmMax + '\n'
+ 'AP:\t' + digits(ap) + '\n' + 'AP:\t' + digits(ap) + '\n'
+ (level < 8 ? 'level up in:\t' + lvlUpAp + ' AP' : 'Congrats! (neeeeerd)') + (level < 8 ? 'level up in:\t' + lvlUpAp + ' AP' : 'Congrats! (neeeeerd)')
+ '\n\Invites:\t'+PLAYER.available_invites; + '\n\Invites:\t'+PLAYER.available_invites
+ '\n\nNote: your player stats can only be updated by a full reload (F5)'; + '\n\nNote: your player stats can only be updated by a full reload (F5)';
$('#playerstat').html('' $('#playerstat').html(''