mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-22 09:08:05 +01:00
* Few newline fixes.
This commit is contained in:
parent
1e3c2365a3
commit
c485b39eed
@ -1885,7 +1885,7 @@ public class EventFactory implements ConversationAbandonedListener, ColorUtil{
|
||||
text += GRAY + "3 - " + Lang.get("eventEditorAddSpawnLocation") + Lang.get("eventEditorNoAmountsSet") + "\n";
|
||||
} else {
|
||||
|
||||
text += BLUE + "" + BOLD + "2" + RESET + YELLOW + " - " + Lang.get("eventEditorSetMobAmounts");
|
||||
text += BLUE + "" + BOLD + "2" + RESET + YELLOW + " - " + Lang.get("eventEditorSetMobAmounts") + "\n";
|
||||
for (int i : (LinkedList<Integer>) context.getSessionData(CK.E_MOB_AMOUNTS)) {
|
||||
text += GRAY + " - " + DARKAQUA + i + "\n";
|
||||
}
|
||||
|
@ -485,7 +485,7 @@ public class QuestFactory implements ConversationAbandonedListener, ColorUtil {
|
||||
@Override
|
||||
public String getPromptText(ConversationContext context) {
|
||||
|
||||
return ChatColor.YELLOW + Lang.get("questEditorEnterQuestName");
|
||||
return ChatColor.YELLOW + Lang.get("questEditorEnterNPCStart");
|
||||
|
||||
}
|
||||
|
||||
|
@ -2230,11 +2230,11 @@ public class CreateStagePrompt extends FixedSetPrompt implements ColorUtil {
|
||||
if (context.getSessionData(pref + CK.S_MOB_TYPES) == null) {
|
||||
text += BLUE + "" + BOLD + "1" + RESET + YELLOW + " - Set mob types (None set)\n";
|
||||
text += GRAY + "2 - Set mob amounts (No mob types set)\n";
|
||||
text += DARKGRAY + "|---------Optional---------|";
|
||||
text += DARKGRAY + "|---------Optional---------|\n";
|
||||
text += GRAY + "3 - Set kill locations (No mob types set)\n";
|
||||
text += GRAY + "4 - Set kill location radii (No mob types set)\n";
|
||||
text += GRAY + "5 - Set kill location names (No mob types set)\n";
|
||||
text += DARKGRAY + "|--------------------------|";
|
||||
text += DARKGRAY + "|--------------------------|\n";
|
||||
text += BLUE + "" + BOLD + "6" + RESET + YELLOW + " - Clear\n";
|
||||
text += BLUE + "" + BOLD + "7" + RESET + YELLOW + " - Done";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user