mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'planetary-features' into bwc9876/custom-ship-log
This commit is contained in:
commit
67372d3bf6
@ -16,7 +16,7 @@ namespace NewHorizons.Builder.Props
|
|||||||
public static void Make(GameObject go, Sector sector, PropModule.DialogueInfo info, IModHelper mod)
|
public static void Make(GameObject go, Sector sector, PropModule.DialogueInfo info, IModHelper mod)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (PlayerData._currentGameSave.GetPersistentCondition(info.blockAfterPersistentCondition)) return;
|
if (info.blockAfterPersistentCondition != null && PlayerData._currentGameSave.GetPersistentCondition(info.blockAfterPersistentCondition)) return;
|
||||||
|
|
||||||
var dialogue = MakeConversationZone(go, sector, info, mod);
|
var dialogue = MakeConversationZone(go, sector, info, mod);
|
||||||
if (info.remoteTriggerPosition != null) MakeRemoteDialogueTrigger(go, sector, info, dialogue);
|
if (info.remoteTriggerPosition != null) MakeRemoteDialogueTrigger(go, sector, info, dialogue);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user