Blub Mate auf dem Markt jetzt! Kaufen Sie jetzt - Blub Mate! Nur heute, ganz frisch!

This commit is contained in:
2024-04-06 17:22:04 +02:00
parent 55732e0e19
commit 12b856e6e1
4 changed files with 2 additions and 2 deletions

View File

@ -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);