Enrollment officer dialog option added
This commit is contained in:
@@ -206,7 +206,7 @@ public class Contract extends AbstractGameObject {
|
|||||||
switch(optionId) {
|
switch(optionId) {
|
||||||
default:
|
default:
|
||||||
if (pc.isBoxed) {
|
if (pc.isBoxed) {
|
||||||
MenuOption option1 = new MenuOption(15020401, "Unbox", 15020401);
|
MenuOption option1 = new MenuOption(15020401, "Unbox Character", 15020401);
|
||||||
vd.getOptions().add(option1);
|
vd.getOptions().add(option1);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user