CrowdControl V2: Effect Overhaul (#2433)

This commit is contained in:
aMannus
2023-03-13 11:37:50 +01:00
committed by GitHub
parent 76e99ffe19
commit 866882e4c6
20 changed files with 2183 additions and 525 deletions

View File

@@ -141,6 +141,7 @@ list(FILTER soh__Enhancements EXCLUDE REGEX "soh/Enhancements/gfx.*")
# handle crowd control removals
list(REMOVE_ITEM soh__Enhancements "soh/Enhancements/crowd-control/soh.cs")
list(REMOVE_ITEM soh__Enhancements "soh/Enhancements/crowd-control/soh.ccpak")
if (!BUILD_CROWD_CONTROL)
list(FILTER soh__Enhancements EXCLUDE REGEX "soh/Enhancements/crowd-control/*")
endif()