diff --git a/soh/src/overlays/actors/ovl_En_Tk/z_en_tk.c b/soh/src/overlays/actors/ovl_En_Tk/z_en_tk.c index b7498e965..27c599b6d 100644 --- a/soh/src/overlays/actors/ovl_En_Tk/z_en_tk.c +++ b/soh/src/overlays/actors/ovl_En_Tk/z_en_tk.c @@ -624,9 +624,7 @@ void EnTk_Dig(EnTk* this, GlobalContext* globalCtx) { EnItem00* reward = Item_DropCollectible(globalCtx, &rewardPos, rewardParams[this->currentReward]); if (this->currentReward == 4) { - if (CVar_GetS32("gGravediggingTourFix", 0) != 0) { - reward->collectibleFlag = 0x19; - } + reward->collectibleFlag = 0x19; } } }