IronWillGames / Dransik

4 stars 0 forks source link

Stone-crafted items not retaining their proper type #739

Closed hgesler closed 1 year ago

hgesler commented 1 year ago

Earth Stone/Fire Stone/Water Stone etc use script to create the final product. These bows/axes etc are not changing type, just given the new type name.

Script is calling a type set command that likely didn't survive the migration. The original weapon obj probably needs to be destroyed, then create new type to give to player.

hgesler commented 1 year ago

Verified fixed