Skip to content

Commit

Permalink
Fixed a few todos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmandarov committed Aug 14, 2018
1 parent 96fe3e0 commit c0f21e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scenario/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ const punchCard = new Item()
return 'You took the punch card.';
})
.setTakeable(true)
.setUse(() => 'https://www.youtube.com/watch?v=dQw4w9WgXcQ') // TODO change me
.setLook(() => 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'); // TODO change me
.setUse(() => 'https://youtu.be/EAH3i6l8PbY?t=15m58s')
.setLook(() => 'https://youtu.be/EAH3i6l8PbY?t=15m58s');

james
.setId('The architect named James')
Expand Down

0 comments on commit c0f21e1

Please sign in to comment.