Browse Source

Fixed issue #1622: If player and NPC get same number of dice but the total is lower than 8 (#1650)

* Resolves players getting stuck in Airship Dice Quest.
Thanks to @MuzTank!
Yohanes Edwin 8 năm trước cách đây
mục cha
commit
162c5a2c86
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      npc/airports/airships.txt

+ 2 - 0
npc/airports/airships.txt

@@ -1423,6 +1423,8 @@ function	script	applegamble	{
 				getitem 512,.@amount; //Apple
 				end;
 			}
+			mes "Alright.";
+			mes "Let me cast the dice again.";
 		}
 		else {
 			mes "^FF0000" + strcharinfo(0) + "^000000, you got ^FF0000" + .@player3 + "^000000 and the total is now ^FF0000" + .@playertotal + "^000000. Now it is my turn.";