Remove Item on UI

This commit is contained in:
brausjonas
2023-04-11 14:38:19 +02:00
parent 1828d9c31c
commit e20a92ed50
2 changed files with 1 additions and 2 deletions
@@ -243,6 +243,7 @@ public class PlayablePlayer : Player
{
int pickRandomItem = Random.Range(0, tempCurrentItems);
items[pickRandomItem] = null;
itemInfoImages[pickRandomItem].color = new Color(0, 0, 0, 0);
}
break;
}