We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3cf20 commit c2cb80fCopy full SHA for c2cb80f
1 file changed
InscryptionAPI/Pelts/PeltManager.cs
@@ -207,15 +207,21 @@ internal static void CreateDialogueEvents()
207
string dialogueId = "TraderPelts" + name;
208
if (!DialogueManager.CustomDialogue.Exists(x => x.DialogueEvent.id == dialogueId))
209
{
210
- DialogueManager.GenerateEvent(InscryptionAPIPlugin.ModGUID, dialogueId,
211
- new()
212
- {
213
- if (cardName.Contains("pelt") || cardName.Contains("pelt") {
214
-
+ if (cardName.Contains("pelt") || cardName.Contains("pelt") {
+ DialogueManager.GenerateEvent(InscryptionAPIPlugin.ModGUID, dialogueId,
+ new()
+ {
215
name + "pelts..."
216
- } else {
+ }
+ );
217
+ } else {
218
219
220
221
name + "..."
- });
222
223
224
225
}
226
227
0 commit comments