Further updates to state machines
This commit is contained in:
@@ -105,6 +105,9 @@ namespace Interactions
|
||||
|
||||
if (combinationResult == FollowerController.CombinationResult.Successful)
|
||||
{
|
||||
// Mark this pickup as picked up (consumed in combination) to prevent restoration
|
||||
IsPickedUp = true;
|
||||
|
||||
// Combination succeeded - original items destroyed, result picked up by TryCombineItems
|
||||
FireCombinationEvent(resultItem, heldItemData);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user