diff --git a/src/modules/codes/RedeemableCodes.ts b/src/modules/codes/RedeemableCodes.ts index 01cd9359941..1dd12f3cf8a 100644 --- a/src/modules/codes/RedeemableCodes.ts +++ b/src/modules/codes/RedeemableCodes.ts @@ -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, });