Changed all instances of Enlightenment to Enlightened
This commit is contained in:
parent
f213a481e8
commit
1e4c372bdd
@ -63,7 +63,7 @@ Contributing
|
|||||||
|
|
||||||
Please do!
|
Please do!
|
||||||
|
|
||||||
(Obviously, Resistance folks must send in complete patches while Enlightenment gals and guys may just open feature request ☺). If you want to hack the source, please [read HACKING.md for details](https://github.com/breunigs/ingress-intel-total-conversion/blob/gh-pages/HACKING.md) .
|
(Obviously, Resistance folks must send in complete patches while Enlightened gals and guys may just open feature request ☺). If you want to hack the source, please [read HACKING.md for details](https://github.com/breunigs/ingress-intel-total-conversion/blob/gh-pages/HACKING.md) .
|
||||||
|
|
||||||
**So far, these people have contributed:**
|
**So far, these people have contributed:**
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ The chat is split up into several categories. It usually only shows messages for
|
|||||||
**The chat categories are:**
|
**The chat categories are:**
|
||||||
- full: shows all automated messages *(23:57 \<apj\> destroyed an L3 Resonator on Two Spikes)*
|
- full: shows all automated messages *(23:57 \<apj\> destroyed an L3 Resonator on Two Spikes)*
|
||||||
- compact: shows only the latest automated message per user
|
- compact: shows only the latest automated message per user
|
||||||
- public: shows user generated public messages (both Enlightenment and Resistance can read it)
|
- public: shows user generated public messages (both Enlightened and Resistance can read it)
|
||||||
- faction: shows messages for own faction (e.g. only Resistance can read Resistance messages)
|
- faction: shows messages for own faction (e.g. only Resistance can read Resistance messages)
|
||||||
|
|
||||||
**Posting messages:**
|
**Posting messages:**
|
||||||
|
@ -15,7 +15,7 @@ window.updateGameScore = function(data) {
|
|||||||
var es = '<span class="enl" style="width:'+ep+'%;"> '+Math.round(ep)+'%</span>';
|
var es = '<span class="enl" style="width:'+ep+'%;"> '+Math.round(ep)+'%</span>';
|
||||||
$('#gamestat').html(rs+es).one('click', function() { window.updateGameScore() });
|
$('#gamestat').html(rs+es).one('click', function() { window.updateGameScore() });
|
||||||
// help cursor via “#gamestat span”
|
// help cursor via “#gamestat span”
|
||||||
$('#gamestat').attr('title', 'Resistance:\t'+r+' MindUnits\nEnlightenment:\t'+e+' MindUnits');
|
$('#gamestat').attr('title', 'Resistance:\t'+r+' MindUnits\nEnlightened:\t'+e+' MindUnits');
|
||||||
|
|
||||||
window.setTimeout('window.updateGameScore', REFRESH_GAME_SCORE*1000);
|
window.setTimeout('window.updateGameScore', REFRESH_GAME_SCORE*1000);
|
||||||
}
|
}
|
||||||
|
@ -88,7 +88,7 @@ window.plugin.guessPlayerLevels.guess = function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
var s = 'the players have at least the following level:\n\n';
|
var s = 'the players have at least the following level:\n\n';
|
||||||
s += 'Resistance:\t \tEnlightenment:\t\n';
|
s += 'Resistance:\t \tEnlightened:\t\n';
|
||||||
|
|
||||||
var namesR = plugin.guessPlayerLevels.sort(playersRes);
|
var namesR = plugin.guessPlayerLevels.sort(playersRes);
|
||||||
var namesE = plugin.guessPlayerLevels.sort(playersEnl);
|
var namesE = plugin.guessPlayerLevels.sort(playersEnl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user