[Fix] Rando: Like Likes should not eat tunics (#1978)
This commit is contained in:
@@ -303,7 +303,7 @@ void EnRr_SetupReleasePlayer(EnRr* this, PlayState* play) {
|
|||||||
this->retreat = true;
|
this->retreat = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (CUR_EQUIP_VALUE(EQUIP_TUNIC) != 1 /* Kokiri tunic */) {
|
if (CUR_EQUIP_VALUE(EQUIP_TUNIC) != 1 /* Kokiri tunic */ && !gSaveContext.n64ddFlag /* Randomizer Save File */) {
|
||||||
tunic = Inventory_DeleteEquipment(play, EQUIP_TUNIC);
|
tunic = Inventory_DeleteEquipment(play, EQUIP_TUNIC);
|
||||||
if (tunic != 0) {
|
if (tunic != 0) {
|
||||||
this->eatenTunic = tunic;
|
this->eatenTunic = tunic;
|
||||||
|
|||||||
Reference in New Issue
Block a user