Patch Yeto and Yeta to not leave the dungeon even if the BK is obtained

This commit is contained in:
gymnast86
2026-04-17 08:46:34 -07:00
parent 727066e54e
commit 782bf4e0b3
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -947,6 +947,9 @@ BOOL daNpc_ykM_c::isDelete() {
return FALSE;
case TYPE_COOK:
#if TARGET_PC
if (randomizer_IsActive()) return false; // We don't want cooking Yeto to leave the dungeon, even if the BK is obtained.
#endif
return dComIfGs_isDungeonItemBossKey();
case TYPE_2:
+3
View File
@@ -573,6 +573,9 @@ int daNpc_ykW_c::isDelete() {
case 0:
return 0;
case 1:
#if TARGET_PC
if (randomizer_IsActive()) return false;// We don't want Yeta to leave the dungeon, even if the BK is obtained.
#endif
return dComIfGs_isDungeonItemBossKey();
case 2:
return !dComIfGs_isDungeonItemBossKey() ||