Reworked code, Code cleanup, No new Version

This commit is contained in:
Finnchen123
2023-04-14 20:25:54 +02:00
parent 3e2edced88
commit c32e634c02
63 changed files with 291 additions and 74895 deletions

View File

@@ -59,7 +59,7 @@ public class Controls : MonoBehaviour
Destroy(target);
break;
case "Stone":
GameObject.Find("Inventory").GetComponent<Inventory>().addItem(new Item("Stone"));
GameObject.Find("Inventory").GetComponent<Inventory>().addItem(new Item("Rock"));
Destroy(target);
break;
case "NPC":