|
|
|
@ -11,8 +11,8 @@ import java.util.HashSet;
@@ -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) |
|
|
|
|