mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 10:36:09 +01:00
Expose module name
This commit is contained in:
parent
b544a193e9
commit
0621ccd1e1
@ -1475,6 +1475,10 @@ public class RequirementsPrompt extends QuestsEditorNumericPrompt {
|
||||
this.moduleName = moduleName;
|
||||
}
|
||||
|
||||
public String getModuleName() {
|
||||
return moduleName;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTitle(final ConversationContext context) {
|
||||
return Lang.get("customRequirementsTitle");
|
||||
|
@ -1858,6 +1858,10 @@ public class RewardsPrompt extends QuestsEditorNumericPrompt {
|
||||
this.moduleName = moduleName;
|
||||
}
|
||||
|
||||
public String getModuleName() {
|
||||
return moduleName;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTitle(final ConversationContext context) {
|
||||
return Lang.get("customRewardsTitle");
|
||||
|
@ -2444,6 +2444,10 @@ public class StageMainPrompt extends QuestsEditorNumericPrompt {
|
||||
this.moduleName = moduleName;
|
||||
}
|
||||
|
||||
public String getModuleName() {
|
||||
return moduleName;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTitle(final ConversationContext context) {
|
||||
return Lang.get("stageEditorCustom");
|
||||
|
Loading…
Reference in New Issue
Block a user