corp plugin: deprioritize attack option on dark energy core

This commit is contained in:
Adam
2018-08-17 22:07:09 -04:00
parent 510a5c8568
commit 1fb5365e7c
3 changed files with 89 additions and 0 deletions

View File

@@ -269,6 +269,8 @@ public enum MenuAction
*/
UNKNOWN(-1);
public static final int MENU_ACTION_DEPRIORITIZE_OFFSET = 2000;
private static final Map<Integer, MenuAction> map = new HashMap<>();
static