Added Hardcore and Hardcore_dead ironmanmodes

This commit is contained in:
Qweqker 2020-02-20 20:24:21 -05:00
parent 46f3329c28
commit 1a653fe262

View file

@ -5,7 +5,9 @@ package org.crandor.game.node.entity.player.link;
* @author Vexia
*/
public enum IronmanMode {
NONE(-1), STANDARD(14), ULTIMATE(15);
//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);
/**
* The icon id.