Skip to content

Fix Demon Form not applying shapeshifted condition in config#2251

Open
cupkax wants to merge 2 commits into
PathOfBuildingCommunity:devfrom
cupkax:fix/demon-form-shapeshifted-condition
Open

Fix Demon Form not applying shapeshifted condition in config#2251
cupkax wants to merge 2 commits into
PathOfBuildingCommunity:devfrom
cupkax:fix/demon-form-shapeshifted-condition

Conversation

@cupkax

@cupkax cupkax commented Jun 20, 2026

Copy link
Copy Markdown

Fixes # .

Description of the problem being solved:

Turning on demon form in config did not apply the shape shifted condition.

Steps taken to verify a working solution:

Verified passive tree shapeshifted nodes to check whether the condition was being verified true:

  • Life Regen on shapeshift
  • Max Lightning res on shapeshift

Link to a build that showcases this PR:

https://poe.ninja/poe2/pob/20fb0

Before screenshot:

After screenshot:

@cupkax

cupkax commented Jun 20, 2026

Copy link
Copy Markdown
Author

This is a very hacky fix as I just read the check box and make sure shapeshifted returns true. Prob a better a way to do this.

I tried checking through modb flag but I think the minimum life calculations messed with it a tad

@Blitz54

Blitz54 commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

This could just be done in the ConfigOptions by adding the shapeshifted mod to the Demon Form config.
modList:NewMod("Condition:Shapeshifted", "FLAG", true, "Config")

@cupkax

cupkax commented Jun 21, 2026

Copy link
Copy Markdown
Author

This could just be done in the ConfigOptions by adding the shapeshifted mod to the Demon Form config. modList:NewMod("Condition:Shapeshifted", "FLAG", true, "Config")

Done, ta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants