Mehr reden
This commit is contained in:
@ -49,7 +49,7 @@ public class DeveloperNeeds : MonoBehaviour
|
||||
break;
|
||||
case "toilet":
|
||||
spawnedNeed = Instantiate(Needs[2], new Vector3(0.0f, 2f + (numNeeds * 0.5f), 0.0f), Needs[0].transform.rotation);
|
||||
context = "The Developer wants to go to the toilet, toilet is clogged and dirty";
|
||||
context = "The Developer wants to go to the toilet";
|
||||
break;
|
||||
case "hunger":
|
||||
spawnedNeed = Instantiate(Needs[3], new Vector3(0.0f, 2f + (numNeeds * 0.5f), 0.0f), Needs[0].transform.rotation);
|
||||
|
||||
Reference in New Issue
Block a user