Add Mug Prefab + Vodka icon

This commit is contained in:
Antoine H 2021-01-13 14:59:50 +01:00
parent 901a2b6c10
commit 4289fae167
7 changed files with 537 additions and 7 deletions

View file

@ -70,7 +70,7 @@ public class Cleaning_workshop : Workshop
if(UIPrepTimer != null) //Display UI prep timer
{
UIPrepTimer.SetValue(prepTimer/prepTime);
UIPrepTimer.DisplayIcon(false);
// UIPrepTimer.DisplayIcon(false);
UIPrepTimer.gameObject.SetActive(true);
}
}