Fixed nested entities stuff
This commit is contained in:
@@ -2,4 +2,5 @@ class_name EventGetItem extends "res://scripts/Event/Item/EventItem.gd"
|
||||
|
||||
func start() -> void:
|
||||
super.start()
|
||||
print("Got item")
|
||||
getInventory().addItem(itemType, quantity)
|
Reference in New Issue
Block a user