Quest System
This commit is contained in:
@@ -11,8 +11,8 @@ import java.util.HashSet;
|
||||
import java.util.Random;
|
||||
|
||||
public class QuestManager {
|
||||
public static HashMap<PlayerCharacter,QuestObject> acceptedQuests;
|
||||
public static HashMap<PlayerCharacter,ArrayList<String>> completedQuests;
|
||||
public static HashMap<PlayerCharacter,QuestObject> acceptedQuests = new HashMap<>();
|
||||
public static HashMap<PlayerCharacter,ArrayList<String>> completedQuests = new HashMap<>();
|
||||
|
||||
public static boolean grantsQuest(NPC npc){
|
||||
if(npc == null)
|
||||
|
||||
Reference in New Issue
Block a user