Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Shadow Shackles Not Activating for Blood Cultists (#1456)
# Description Fixed Shadow Shackles not activating when you melee hit the target. The Problem: The code checked if the target wasn't stunned when you hit someone, therefore not activating unless the target was already stunned. I fixed it by removing the ! operator on `HasComp<StunnedComponent>(target)` check. --- <details><summary><h1>Media</h1></summary> <p> https://github.com/user-attachments/assets/5ac1a5dd-5d62-4400-be64-56500c87ed5e </p> </details> --- # Changelog :cl: - fix: Fixed Shadow Shackles spell not activating.
- Loading branch information