Skip to content

Commit 0b4d732

Browse files
committed
update pck to prevent crash
1 parent 0bceb2b commit 0b4d732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/NeoQOLPack/main.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ static func _shorten_cost(cost):
143143
static func _append_shop_buttons(parent,ref):
144144
var button = preload("res://Scenes/HUD/Shop/ShopButtons/shop_button.tscn").instance()
145145
button.set_script(preload("res://Scenes/HUD/Shop/ShopButtons/button_cosmetic_unlock.gd"))
146-
button.cosmetic_unlock = "title_ihavestupidamountsofmoney"
146+
button.cosmetic_unlock = "NeoQOLPack.title_ihavestupidamountsofmoney"
147147
#button.cosmetic_unlock = item
148148
button.cost = 999999
149149
#button.cost = Globals.cosmetic_data[item]["file"].cost

0 commit comments

Comments
 (0)