Yiga Clan member spawns: Difference between revisions

Jump to navigation Jump to search
imported>Leoetlino
imported>Leoetlino
Line 98: Line 98:


   // Otherwise, if the player has NOT opened the chest:
   // Otherwise, if the player has NOT opened the chest:
   // Only footsoldiers are allowed to spawn dynamically
   // Only footsoldiers are allowed to spawn
   // And *only if* [the player has talked to Impa or Electric_Relic_AssassinFirst is set]
   // And *only if* [the player has talked to Impa or Electric_Relic_AssassinFirst is set]
  //
  // Note that non-archer footsoldiers are not dynamic spawns.
   if (isFootsoldier && (getFlag_Npc_Kakariko001_TalkEnd() || getFlag_Electric_Relic_AssassinFirst()))
   if (isFootsoldier && (getFlag_Npc_Kakariko001_TalkEnd() || getFlag_Electric_Relic_AssassinFirst()))
   {
   {