From 79cff0645cc468fdb42dd17c4ce1a40f6ab47a2b Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 13 Jul 2022 22:26:14 -0400 Subject: [PATCH] Oops. --- NewHorizons/Builder/Props/DialogueBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Builder/Props/DialogueBuilder.cs b/NewHorizons/Builder/Props/DialogueBuilder.cs index c6b57cb8..e2d2cf6f 100644 --- a/NewHorizons/Builder/Props/DialogueBuilder.cs +++ b/NewHorizons/Builder/Props/DialogueBuilder.cs @@ -13,7 +13,7 @@ namespace NewHorizons.Builder.Props { // In stock I think they disable dialogue stuff with conditions // Here we just don't make it at all - if (info.blockAfterPersistentCondition != null && PlayerData._currentGameSave.GetPersistentCondition(info.blockAfterPersistentCondition)) return; + if (info.blockAfterPersistentCondition != null && PlayerData._currentGameSave.GetPersistentCondition(info.blockAfterPersistentCondition)) return (null, null); var dialogue = MakeConversationZone(go, sector, info, mod.ModHelper);