Skip to content

Commit

Permalink
update pck to prevent crash
Browse files Browse the repository at this point in the history
  • Loading branch information
neomoth committed Oct 29, 2024
1 parent 0bceb2b commit 0b4d732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/NeoQOLPack/main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b4d732

Please sign in to comment.