forked from 2009Scape/Server
Added Hardcore and Hardcore_dead ironmanmodes
This commit is contained in:
parent
46f3329c28
commit
1a653fe262
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue