Yiga Clan member spawns: Difference between revisions
→Condition 3: AutoPlacementMgr
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 | // 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())) | ||
{ | { |