Quest System Completed
This commit is contained in:
@@ -23,9 +23,5 @@ public class QuestObject {
|
|||||||
this.objectiveCount++;
|
this.objectiveCount++;
|
||||||
else
|
else
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//if(this.objectiveCount >= this.objectiveCountRequired){
|
|
||||||
// //QuestManager.completeQuest(this.owner,this);
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user