This commit is contained in:
2026-02-13 16:11:38 -08:00
parent 0ab6ef1343
commit fe0241ac88
6 changed files with 53 additions and 82 deletions

View File

@@ -336,7 +336,7 @@ public partial class Player : CharacterBody3D, IPlayer, IProvide<IPlayer>
PersuaderCrosshair.Hide();
}
public void ApplyNewAugment(Jewel jewel, IAugmentableItem augmentableItem)
public void ApplyNewAugment(IAugmentItem jewel, IAugmentableItem augmentableItem)
{
Inventory.Remove(jewel);