11111
This commit is contained in:
@@ -135,14 +135,14 @@ class AradPass_QuestC extends LenheartNewUI_Windows {
|
||||
ExpLimit = Jso.ExpLimit;
|
||||
|
||||
QuestSuccessTips = [0, 0, 0];
|
||||
if (Parent) Parent.TabSuccessTips[1] = 0;
|
||||
if (Parent && Parent.TabSuccessTips) Parent.TabSuccessTips[1] = 0;
|
||||
|
||||
foreach(Pos, Value in Jso.task) {
|
||||
foreach(QuestObject in Value) {
|
||||
if (QuestObject.SuccessState == 0) {
|
||||
if (QuestObject.NowSuccessCount >= QuestObject.MaxSuccessCount) {
|
||||
QuestSuccessTips[Pos] = 1;
|
||||
Parent.TabSuccessTips[1] = 1;
|
||||
if (Parent && Parent.TabSuccessTips)Parent.TabSuccessTips[1] = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
BIN
Project/AradPass/img/0.png
Normal file
BIN
Project/AradPass/img/0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 610 KiB |
BIN
Project/AradPass/img/1.png
Normal file
BIN
Project/AradPass/img/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 610 KiB |
BIN
Project/AradPass/img/2.png
Normal file
BIN
Project/AradPass/img/2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 571 KiB |
BIN
Project/AradPass/img/3.png
Normal file
BIN
Project/AradPass/img/3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 599 KiB |
BIN
Project/AradPass/vid/0.mp4
Normal file
BIN
Project/AradPass/vid/0.mp4
Normal file
Binary file not shown.
BIN
Project/AradPass/vid/2.mp4
Normal file
BIN
Project/AradPass/vid/2.mp4
Normal file
Binary file not shown.
Reference in New Issue
Block a user