Revert "Adds a new cheat that let you transform from the start of the game. (…" (#1927)

This reverts commit 62c19c0f64.
This commit is contained in:
Luke Street
2026-05-29 21:20:15 -06:00
committed by GitHub
parent bf0dc85468
commit bc3cdcc955
6 changed files with 10 additions and 23 deletions
+1 -5
View File
@@ -2843,11 +2843,7 @@ BOOL dComIfGs_Wolf_Change_Check() {
BOOL is_wolf = false;
// Transforming Unlocked
if (dComIfGs_isEventBit(0x0D04)
#if TARGET_PC
|| dusk::getSettings().game.transformWithoutShadowCrystal
#endif
) {
if (dComIfGs_isEventBit(0x0D04)) {
is_wolf = dComIfGs_getTransformStatus();
} else if (dComIfGs_isTransformLV(0) && !dComIfGs_isDarkClearLV(0)) {
is_wolf = true;