Paliak
Paliak
The background colors are mostly controlled by calls to `SetDrawColor`. For your use case you'll primarily be looking for `SetDrawColor` with low value arguments such as `SetDrawColor(0.1, 0.1, 0.1)` (the...
Also you probably could clean up the description of your pr.
@QuickStick123 This is just a tooltip text change so i don't think it matters.
@Regisle I'm not sure but likely doable. I'll look into it.
I removed some checks from the SocketedIn condition. This allows for more flexibility with negation and simplifies code but could also cause issues if used incorrectly.
@QuickStick123 VaalPact from DoomSower doesn't work but can't replicate the other issues you're having. Dialla's mods, Malachai and Doomsower phys as extra seem to work fine. I'll try to reorder...
>Was the fixes meant to be https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/5069 or it fixes both? It was initially meant to fix https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/5069 but ever since @Regisle mentioned he'd like to implement some changes to...
Switching back to draft in the mean time as i move things around.
I left the player mark slot code in place as i think it may be useful to let the `ExtraCurse` apply them. Though it doesn't do anything currently.
Support for duration of reflected curses required https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5102 to be merge back in here.