update code for the new internal name for enlightened - was ALIENS, now ENLIGHTENED

This commit is contained in:
Jon Atkins
2013-07-31 20:15:14 +01:00
parent b857998c23
commit f5d8587955
6 changed files with 8 additions and 8 deletions

View File

@ -274,7 +274,7 @@ window.setupPlayerStat = function() {
var xmMax = MAX_XM_PER_LEVEL[level];
var xmRatio = Math.round(PLAYER.energy/xmMax*100);
var cls = PLAYER.team === 'ALIENS' ? 'enl' : 'res';
var cls = PLAYER.team === 'RESISTANCE' ? 'res' : 'enl';
var t = 'Level:\t' + level + '\n'