Cow_Life_Sim_RPG/Objects/GroundItems/EmptyKeyPacketGroundItem.gd

7 lines
131 B
GDScript

extends GroundItem
func _ready():
super._ready()
if not SaveManager.get_save_value("refillQuestStarted", false):
queue_free()