player can work now
This commit is contained in:
@@ -8,6 +8,7 @@ public class StoreContainer : BaseInteractableObject
|
||||
|
||||
public override void Interact(Player player)
|
||||
{
|
||||
base.Interact(player);
|
||||
if (player.IsHoldContainerItem())
|
||||
{
|
||||
var clone = Instantiate(_sellableItemSO);
|
||||
|
||||
Reference in New Issue
Block a user