mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Oops.
This commit is contained in:
parent
21d9979560
commit
79cff0645c
@ -13,7 +13,7 @@ namespace NewHorizons.Builder.Props
|
|||||||
{
|
{
|
||||||
// In stock I think they disable dialogue stuff with conditions
|
// In stock I think they disable dialogue stuff with conditions
|
||||||
// Here we just don't make it at all
|
// 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);
|
var dialogue = MakeConversationZone(go, sector, info, mod.ModHelper);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user