Skip to content

Commit

Permalink
Fix(NPC): Update TownList.ts (pokeclicker#5462)
Browse files Browse the repository at this point in the history
Co-authored-by: Qwertypop04 <[email protected]>
  • Loading branch information
aheadfrogg and Qwertypop04 authored Jul 24, 2024
1 parent ba4dc76 commit 6703a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/towns/TownList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3629,7 +3629,7 @@ TownList['Mt. Chimney Crater'] = new DungeonTown(
[new ClearDungeonRequirement(1, GameConstants.getDungeonIndex('Meteor Falls'))],
[TemporaryBattleList['Butler 1']],
{
npcs: [CocoonHatch],
npcs: [CocoonHatch, Butler3],
}
);
TownList['Jagged Pass'] = new DungeonTown(
Expand All @@ -3639,7 +3639,7 @@ TownList['Jagged Pass'] = new DungeonTown(
[new ClearDungeonRequirement(1, GameConstants.getDungeonIndex('Mt. Chimney Crater'))],
[TemporaryBattleList['Butler 2']],
{
npcs: [Butler2, Butler3],
npcs: [Butler2],
}
);
TownList['New Mauville'] = new DungeonTown(
Expand Down

0 comments on commit 6703a3d

Please sign in to comment.