7 lines
131 B
GDScript
7 lines
131 B
GDScript
extends GroundItem
|
|
|
|
func _ready():
|
|
super._ready()
|
|
if not SaveManager.get_save_value("refillQuestStarted", false):
|
|
queue_free()
|