Remove 10x and 20x options from Hans.
This commit is contained in:
@@ -137,7 +137,7 @@ public final class HansDialoguePlugin extends DialoguePlugin {
|
|||||||
case 12:
|
case 12:
|
||||||
switch(buttonId){
|
switch(buttonId){
|
||||||
case 1:
|
case 1:
|
||||||
options("1.0x","2.5x","10x","20x");
|
options("1.0x","2.5x","Stay 5.0x");
|
||||||
stage++;
|
stage++;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
@@ -166,13 +166,9 @@ public final class HansDialoguePlugin extends DialoguePlugin {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
player.getSkills().experienceMutiplier = 10.0;
|
playerl(FacialExpression.FRIENDLY, "I'd rather stay 5x, thank you.");
|
||||||
stage = 14;
|
stage = END_DIALOGUE;
|
||||||
break;
|
return true;
|
||||||
case 4:
|
|
||||||
player.getSkills().experienceMutiplier = 20.0;
|
|
||||||
stage = 14;
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
npc("One moment, please...");
|
npc("One moment, please...");
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user