Skip to content

Commit

Permalink
change(tutorialskip): Give Dungeon Ticket when using tutorial skip co…
Browse files Browse the repository at this point in the history
…de (pokeclicker#5583)

* Update RedeemableCodes.ts

* Update RedeemableCodes.ts

---------

Co-authored-by: CypherX <[email protected]>
  • Loading branch information
aheadfrogg and CypherX authored Oct 13, 2024
1 parent 50b0fbe commit 90f731c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/codes/RedeemableCodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,10 @@ export default class RedeemableCodes implements Saveable {
quest.curQuestObject().complete();
}
App.game.wallet.gainDungeonTokens(200);
App.game.keyItems.gainKeyItem(KeyItemType.Dungeon_ticket, true);
Notifier.notify({
title: 'Tutorial Skip',
message: 'You have skipped the tutorial, and found a stash of Dungeon Tokens.',
message: 'You have skipped the tutorial, and found a stash of Dungeon Tokens with a Dungeon Ticket.',
type: NotificationConstants.NotificationOption.warning,
timeout: 1e4,
});
Expand Down

0 comments on commit 90f731c

Please sign in to comment.