forked from liza/Questionable
Fix interactions in 'A Knight of Alexandria'
This commit is contained in:
parent
477b7cb446
commit
e6ee91c19c
@ -174,6 +174,14 @@ internal static class Interact
|
|||||||
logger.LogInformation("Interaction was most likely triggered");
|
logger.LogInformation("Interaction was most likely triggered");
|
||||||
_interactionState = EInteractionState.InteractionConfirmed;
|
_interactionState = EInteractionState.InteractionConfirmed;
|
||||||
}
|
}
|
||||||
|
else if (dataId is >= 1047901 and <= 1047905 &&
|
||||||
|
condition[ConditionFlag.Disguised] &&
|
||||||
|
flag == ConditionFlag.Mounting71 && // why the fuck is this the flag that's used, instead of OccupiedIn[Quest]Event
|
||||||
|
value)
|
||||||
|
{
|
||||||
|
logger.LogInformation("(A Knight of Alexandria) Interaction was most likely triggered");
|
||||||
|
_interactionState = EInteractionState.InteractionConfirmed;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private enum EInteractionState
|
private enum EInteractionState
|
||||||
|
Loading…
Reference in New Issue
Block a user