Fix item usage
This commit is contained in:
@@ -39,6 +39,8 @@ public partial class ConsumableItem : Node3D, IInventoryItem
|
||||
HealHP();
|
||||
if (ConsumableItemInfo.HealVTAmount != 0)
|
||||
HealVT();
|
||||
|
||||
GameRepo.InventoryItems.Value.Remove(this);
|
||||
}
|
||||
|
||||
private void RaiseHP()
|
||||
|
||||
Reference in New Issue
Block a user