Unexpirable diseases & Holy Symbol patch
Fixed diseases becoming unexpirable after trying to change channels or entering the Cash Shop. Fixed Holy Symbol acting oddly in solo scenario. Adjusted Summon Sack lv. 9, that would try to spawn mobs with inexistent id on the field.
This commit is contained in:
@@ -45,11 +45,11 @@ function action(mode, type, selection) {
|
||||
else
|
||||
status--;
|
||||
if (status == 1 && selection == 0) {
|
||||
if (cm.haveItem(4031592, 1)/* && cm.isMarried()==1*/) {
|
||||
if (cm.haveItem(4031592, 1)) {
|
||||
cm.sendYesNo("So you would like to enter the #bEntrance#k?");
|
||||
MySelection = selection;
|
||||
} else {
|
||||
cm.sendOk("You must have an Entrance Ticket to enter, and you have to be married.");
|
||||
cm.sendOk("You must have an Entrance Ticket to enter.");
|
||||
cm.dispose();
|
||||
}
|
||||
} else if (status == 1 && selection == 1) {
|
||||
|
||||
Reference in New Issue
Block a user