Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
12 stars 5 forks source link

The 'magazine' item can't be added to the inventory #311

Closed snipercup closed 2 months ago

snipercup commented 2 months ago

The 9mm magazine does not spawn and can't be crafted. Well, it can be crafted, and it reports that the craft is successful, but the item isn't added to the inventory. There is no error or debug line.

A good place to start debugging would be item_manager.gd on_crafting_menu_start_craft

snipercup commented 2 months ago

I fixed it somehow