Jump to content

Wortox Abilities Trigger Electrocuted State when Applied to Charged Volt Goat


Axe_
  • Fixed

Wortox is electrocuted when he damages charged volt goats with his soul decoy and soul pierce (naughty side skills). Happens in vanilla on the beta branch.

See attached video if you'd like to see it in action.

 

I would assume that this shouldn't happen since usually you have to attack a charged volt goat with a melee weapon.

For those curious, the volt goat has a function here OnAttacked that listens for whenever the volt goat is attacked. There's an "if" statement in here that essentially decides if the enemy that attacked them should be sent to the "electrocuted" state (which will also damage you). 

File: scripts/prefabs/lightninggoat.lua

image.png.167043187829763103da670064f5d6d6.png

 

Wortox's abilities directly attack the creature (code below) without any way of preventing the player from being sent to the electrocute state (code above).

File: scripts/prefabs/wortox_soul_spawn.lua

image.png.4581e3f12ef9ae15be053bbdc4d32fd5.png

 

Could be fixed by adjusting either end. Unless this is intentional, which I doubt.

 


Steps to Reproduce

Use Soul Spear or Soul Decoy explosion on a charged volt goat. Will electrocute the player after hitting.

  • Like 1
  • Thanks 3



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.

For this I have it passing "soul" as the stimuli and ignoring the damage reflect in the volt goat check.

Changed Status to Fixed

  • Like 6

Share this comment


Link to comment
Share on other sites



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...