Adds missing stage info about NPCs to talk to
All checks were successful
EpicKnarvik97/DynmapCitizens/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/DynmapCitizens/pipeline/head This commit looks good
This commit is contained in:
parent
3e7fed9e3f
commit
5618be7f99
@ -90,6 +90,9 @@ public class QuestStagesInfoGenerator {
|
|||||||
for (UUID npcId : stage.getNpcsToKill()) {
|
for (UUID npcId : stage.getNpcsToKill()) {
|
||||||
questInfo.append("<li>Kill NPC ").append(registry.getByUniqueId(npcId).getName()).append("</li>");
|
questInfo.append("<li>Kill NPC ").append(registry.getByUniqueId(npcId).getName()).append("</li>");
|
||||||
}
|
}
|
||||||
|
for (UUID npcId : stage.getNpcsToInteract()) {
|
||||||
|
questInfo.append("<li>Talk to ").append(registry.getByUniqueId(npcId).getName()).append("</li>");
|
||||||
|
}
|
||||||
|
|
||||||
questInfo.append(getQuestItemsTaskString(stage.getBlocksToBreak(), "<li>Break ")).append("</li>");
|
questInfo.append(getQuestItemsTaskString(stage.getBlocksToBreak(), "<li>Break ")).append("</li>");
|
||||||
questInfo.append(getQuestItemsTaskString(stage.getBlocksToCut(), "<li>Cut ")).append("</li>");
|
questInfo.append(getQuestItemsTaskString(stage.getBlocksToCut(), "<li>Cut ")).append("</li>");
|
||||||
|
Loading…
Reference in New Issue
Block a user