mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
[Fix] Rando: Like Likes should not eat tunics (#1978)
This commit is contained in:
parent
c87f066848
commit
b843937b34
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue