[Interactions] Correctly display items now
This commit is contained in:
@@ -13,7 +13,7 @@ public class CombineWithBehavior : InteractionRequirementBase
|
||||
/// <returns>True if the combination was successful, false otherwise.</returns>
|
||||
public override bool TryInteract(FollowerController follower)
|
||||
{
|
||||
var heldItem = follower.currentlyHeldItem;
|
||||
var heldItem = follower.CurrentlyHeldItem;
|
||||
var pickup = GetComponent<Pickup>();
|
||||
if (heldItem == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user