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

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

View File

@ -1789,7 +1789,7 @@ PrefabInstance:
- target: {fileID: 3650884189301972455, guid: e1e33f0b2075b5c40817665dd8a86f31, type: 3} - target: {fileID: 3650884189301972455, guid: e1e33f0b2075b5c40817665dd8a86f31, type: 3}
propertyPath: _developers.Array.data[0] propertyPath: _developers.Array.data[0]
value: value:
objectReference: {fileID: 983523619} objectReference: {fileID: 1814492794}
- target: {fileID: 3650884189301972455, guid: e1e33f0b2075b5c40817665dd8a86f31, type: 3} - target: {fileID: 3650884189301972455, guid: e1e33f0b2075b5c40817665dd8a86f31, type: 3}
propertyPath: NeedFullfilledParticleEffect propertyPath: NeedFullfilledParticleEffect
value: value:

View File

@ -45,7 +45,7 @@ public class DeveloperNeeds : MonoBehaviour
break; break;
case "mate": case "mate":
spawnedNeed = Instantiate(Needs[1], new Vector3(0.0f, 2f, 0.0f), Needs[0].transform.rotation); 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; break;
case "toilet": case "toilet":
spawnedNeed = Instantiate(Needs[2], new Vector3(0.0f, 2f, 0.0f), Needs[0].transform.rotation); spawnedNeed = Instantiate(Needs[2], new Vector3(0.0f, 2f, 0.0f), Needs[0].transform.rotation);