Skip to content

Commit

Permalink
add a message for when player gets to current end of ur-dead
Browse files Browse the repository at this point in the history
  • Loading branch information
okaybenji committed Jul 7, 2022
1 parent f9251f4 commit 93874f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions game-disks/ur-dead.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@ There's a bearded skeleton by the sign. He seems to want to TALK.`,
const room = getRoom('livingRoom');
const caseIndex = room.items.findIndex(item => item === videoCase);
room.items.splice(caseIndex, 1);

// add a topic to the clerk convo at blockbuster
getCharacter('clerk').chatLog.push('gotStone');
},
'Purple Rain': () => {
// TODO!
Expand Down Expand Up @@ -847,6 +850,11 @@ There's a bearded skeleton by the sign. He seems to want to TALK.`,
disk.todo.push({id: 4, desc: `Return *Romancing the Stone*.`})
},
},
{
option: `I'm here to RETURN *Romancing the Stone*`,
line: `"That's great! Unfortunately this is all Benji has written of the game you are playing. He's breaking the fourth wall to tell you that, through me. Bug him on Twitter to get him to write more. (Be sure to use the EXPORT command to save your game in the meantime.)"`,
prereqs: ['gotStone'],
}
],
},
],
Expand Down

0 comments on commit 93874f1

Please sign in to comment.