Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Look in the game folder. Find and open in a text editor this file:assets\data\Items.gd

Search for  spearadv

In the description of the spearadv find these two lines:

tags = ['recipe'],

slots = ['rhand','lhand','no_stack','enchantable']

Change them to:

tags = ['recipe','no_stack','enchantable'],

slots = ['rhand','lhand']

This should fix issues with new great spears but likely not ones you already have.

I see 0.8.0a fixed the great spears.  It didn't magically fix that Dragon Knight, but I'm just going to start a new game.

Cheers.