mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix persistent condition check
This commit is contained in:
parent
7b9a6cfee2
commit
40d57b139e
@ -25,7 +25,7 @@ namespace NewHorizons.Builder.Props
|
||||
travelerData.requirementsMet = false;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(info.requiredPersistentCondition) && DialogueConditionManager.SharedInstance.GetConditionState(info.requiredPersistentCondition))
|
||||
if (!string.IsNullOrEmpty(info.requiredPersistentCondition) && !DialogueConditionManager.SharedInstance.GetConditionState(info.requiredPersistentCondition))
|
||||
{
|
||||
travelerData.requirementsMet = false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user