PC-54 - Rename Identify Shops to Identify Shops on Map
This commit is contained in:
parent
7867da277d
commit
25975e47b8
@ -35,7 +35,7 @@ public class ShopsObjective extends OrderedObjective<ClansMainTutorial>
|
|||||||
_npcMap = new HashMap<>();
|
_npcMap = new HashMap<>();
|
||||||
_npcManager = npcManager;
|
_npcManager = npcManager;
|
||||||
|
|
||||||
addGoal(new HoldItemGoal(this, Material.MAP, "Identify Shops", "Look at your map and find the shops"));
|
addGoal(new HoldItemGoal(this, Material.MAP, "Identify Shops on Map", "Look at your map and find the shops"));
|
||||||
addGoal(new GoToShopsGoal(this));
|
addGoal(new GoToShopsGoal(this));
|
||||||
addGoal(new SellPotatoesGoal(this));
|
addGoal(new SellPotatoesGoal(this));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user