Blub Mate auf dem Markt jetzt! Kaufen Sie jetzt - Blub Mate! Nur heute, ganz frisch!
This commit is contained in:
@ -45,7 +45,7 @@ public class DeveloperNeeds : MonoBehaviour
|
||||
break;
|
||||
case "mate":
|
||||
spawnedNeed = Instantiate(Needs[1], new Vector3(0.0f, 2f, 0.0f), Needs[0].transform.rotation);
|
||||
context = "The NPC wants a Club Mate";
|
||||
context = "The NPC wants a Blub Mate (Yes, its a drink called Blub Mate)";
|
||||
break;
|
||||
case "toilet":
|
||||
spawnedNeed = Instantiate(Needs[2], new Vector3(0.0f, 2f, 0.0f), Needs[0].transform.rotation);
|
||||
|
||||
Reference in New Issue
Block a user