Fix soundbird clicking issues
This commit is contained in:
@@ -223,6 +223,11 @@ namespace Interactions
|
||||
/// </summary>
|
||||
protected override (bool canProceed, string errorMessage) CanProceedWithInteraction()
|
||||
{
|
||||
// TODO: Fuck this but it's late, check if the soundbird can sill be interacted with
|
||||
var soundGenerator = FindFirstObjectByType<SoundGenerator>(FindObjectsInactive.Exclude);
|
||||
if (soundGenerator)
|
||||
return (soundGenerator.soundBirdSMRef.currentState.name.ToLower().Contains("soundbird_slot"), "Sound Bird!");
|
||||
|
||||
var heldItem = FollowerController?.CurrentlyHeldItemData;
|
||||
|
||||
// Check if slot is locked after completion
|
||||
|
||||
Reference in New Issue
Block a user