forked from 2009Scape/Server
Added Hardcore Iron Man Mode as an option
Added //TODO to add HCIM logo
This commit is contained in:
parent
bf43f4fd96
commit
1814ee2e5c
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue