[Interactions] Correctly display items now
This commit is contained in:
@@ -16,7 +16,7 @@ public class RequiresItemBehavior : InteractionRequirementBase
|
||||
/// <returns>True if the interaction was successful, false otherwise.</returns>
|
||||
public override bool TryInteract(FollowerController follower)
|
||||
{
|
||||
var heldItem = follower.currentlyHeldItem;
|
||||
var heldItem = follower.CurrentlyHeldItem;
|
||||
if (heldItem == requiredItem)
|
||||
{
|
||||
OnSuccess?.Invoke();
|
||||
|
||||
Reference in New Issue
Block a user