PC-54 - Rename Identify Shops to Identify Shops on Map

This commit is contained in:
Shaun Bennett 2016-03-31 17:07:08 +11:00
parent 7867da277d
commit 25975e47b8

View File

@ -35,7 +35,7 @@ public class ShopsObjective extends OrderedObjective<ClansMainTutorial>
_npcMap = new HashMap<>();
_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 SellPotatoesGoal(this));
}