Jump to content

Swap book problem


GodIess
  • Fixed

In mods where it is possible to equip a book in hand (ReForged and my rework), after using the spell, the texture disappears when hit by a book, it helps to remove the book and put it back on

I looked at SGWilson.lua(7003 line) and I saw these new lines that interfere with the display by deleting them, I did not notice any changes in the display when using the spell.

else
	inst.AnimState:OverrideSymbol("book_open",       "swap_books", book.prefab .. "_open")
	inst.AnimState:OverrideSymbol("book_closed",     "swap_books", book.prefab .. "_closed")
	inst.AnimState:OverrideSymbol("book_open_pages", "swap_books", book.prefab .. "_open_pages")

 


Steps to Reproduce

Equip a book/cast a spell/hit an enemy




User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...