From 0b4d732fb5576e225301bd4193933d132ab35cef Mon Sep 17 00:00:00 2001 From: neomoth <69372252+neomoth@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:04:22 -0400 Subject: [PATCH] update pck to prevent crash --- mods/NeoQOLPack/main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/NeoQOLPack/main.gd b/mods/NeoQOLPack/main.gd index b4ca5bc..6341456 100644 --- a/mods/NeoQOLPack/main.gd +++ b/mods/NeoQOLPack/main.gd @@ -143,7 +143,7 @@ static func _shorten_cost(cost): static func _append_shop_buttons(parent,ref): var button = preload("res://Scenes/HUD/Shop/ShopButtons/shop_button.tscn").instance() button.set_script(preload("res://Scenes/HUD/Shop/ShopButtons/button_cosmetic_unlock.gd")) - button.cosmetic_unlock = "title_ihavestupidamountsofmoney" + button.cosmetic_unlock = "NeoQOLPack.title_ihavestupidamountsofmoney" #button.cosmetic_unlock = item button.cost = 999999 #button.cost = Globals.cosmetic_data[item]["file"].cost