New Feature: Remove lower level portal when portal render limit reached

This commit is contained in:
Xelio
2013-02-26 17:34:59 +08:00
parent 4b3348e5d4
commit 17a81c09d9
3 changed files with 63 additions and 2 deletions

View File

@ -186,6 +186,7 @@ window.DESTROY_FIELD = 750; //AP for destroying field
window.CAPTURE_PORTAL = 500; //AP for capturing a portal
window.DEPLOY_RESONATOR = 125; //AP for deploying a resonator
window.COMPLETION_BONUS = 250; //AP for deploying all resonators on portal
window.MAX_PORTAL_LEVEL = 8;
// OTHER MORE-OR-LESS CONSTANTS //////////////////////////////////////
window.TEAM_NONE = 0;