Prevent game from removing bulblin camp key from inventory

This commit is contained in:
gymnast86
2026-04-17 09:20:45 -07:00
parent 3e241da2a4
commit a31e388b3a
+1 -1
View File
@@ -157,7 +157,7 @@ int daKey_c::create() {
m_itemNo = dItemNo_SMALL_KEY_e;
if (strcmp(dComIfGp_getStartStageName(), "F_SP118") == 0) {
if (strcmp(dComIfGp_getStartStageName(), "F_SP118") == 0 IF_DUSK(&& !randomizer_IsActive())) {
OS_REPORT(" SMKEY 0\n");
if (dComIfGs_isTbox(getSaveBitNo())) {
OS_REPORT(" SMKEY 1\n");