Added Hardcore Iron Man Mode as an option

Added //TODO to add HCIM logo
This commit is contained in:
Qweqker 2020-02-21 12:04:32 -05:00
parent bf43f4fd96
commit 1814ee2e5c

View file

@ -6,8 +6,8 @@ package org.crandor.game.node.entity.player.link;
*/
public enum IronmanMode {
//TODO: add HCIM logo to cache/wherever else it needs to go
// HARDCORE_DEAD has to be before Ultimate so that it does not adopt it's restrictions (on the basis of >= in IronmanManager.java)
NONE(-1), STANDARD(14), HARDCORE(16), HARDCORE_DEAD (14), ULTIMATE(15);
// HARDCORE_DEAD has to be before Ultimate so that it does not adopt it's restrictions (on the basis of >= in IronmanManager.java?)
NONE(-1), STANDARD(14), HARDCORE(16), ULTIMATE(15);
/**
* The icon id.