Nice inclined Wortox does not get the `monster` tag removed after unequipping the spider hat, seemingly because spider hat unequip checks `playermonster` and fails to remove `monster` from him because of him having it.
Steps to Reproduce
This is seen in spider_disable fn for the spider hat, specifically this part:
if not owner:HasTag("playermonster") then owner:RemoveTag("monster") end
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 accountSign in
Already have an account? Sign in here.
Sign In Now