Fix Cleaning_workshop for multiple Mugs

This commit is contained in:
Antoine H 2021-01-13 16:03:20 +01:00
parent e2a9931788
commit 8c2c988c70
4 changed files with 82 additions and 9 deletions

View file

@ -21,7 +21,7 @@ public class Client_controller : MonoBehaviour, IUsable
set{
if (_availStatus.Contains(value))
_status = value;
Debug.Log(gameObject.name+" "+_status);
// Debug.Log(gameObject.name+" "+_status);
//Switch Agent to obstacle if waiting
if(value=="waiting")