Merge branch 'refs/heads/main' into depth-bias-poc-hack

This commit is contained in:
Luke Street
2026-05-28 22:41:45 -06:00
981 changed files with 5304 additions and 4931 deletions
+5 -1
View File
@@ -2851,7 +2851,11 @@ BOOL dComIfGs_Wolf_Change_Check() {
BOOL is_wolf = false;
// Transforming Unlocked
if (dComIfGs_isEventBit(0x0D04)) {
if (dComIfGs_isEventBit(0x0D04)
#if TARGET_PC
|| dusk::getSettings().game.transformWithoutShadowCrystal
#endif
) {
is_wolf = dComIfGs_getTransformStatus();
} else if (dComIfGs_isTransformLV(0) && !dComIfGs_isDarkClearLV(0)) {
is_wolf = true;