forked from 2009Scape/Server
Added a ton of dialogue for Iron Man mode
Added the ability to change ironman mode Added the ability to remove ironman mode Added some checks to see if the player was too high level or had too many quest points to change Iron man mode Added some checks to see if the player has died as an iron man Added check to see if player has an empty bank when changing to uim Changed some case numbers around Added a comment to denote a possibly unnecessary line of code
This commit is contained in:
parent
365dbcdb17
commit
c3a8f5502e
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ public class TutorialCompletionDialogue extends DialoguePlugin {
|
|||
case 3:
|
||||
npc("You have chosen the " + (buttonId == 1 ? "Standard" : (buttonId == 2 ? "<col=8A0808>Hardcore</col>" : "<col=ECEBEB>Ultimate</col>")) + " Ironman mode.");
|
||||
player.setAttribute("ironMode", IronmanMode.values()[buttonId]);
|
||||
player.getSavedData().getActivityData().setHardcoreDeath(0);
|
||||
player.getSavedData().getActivityData().setHardcoreDeath(0); //might not be necessary?
|
||||
stage = 516;
|
||||
break;
|
||||
case 4:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue