Skip to content

Commit

Permalink
More text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmandarov committed Aug 10, 2018
1 parent 25e2e8e commit 33fbf95
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 @@ -123,7 +123,7 @@ insideCastle
.setImg(inside)
.setImgAlt("Image of some halls inside the castle")
.setDesc("The castle is big and ominous. But the only thing of interest you could find was a poster. \n" +
"There is a path back outside")
"Through the windows, you can see a path leading back from the casle. You recognise this path. It leads back to where you came from.")
.addItem("poster", poster)
.link("back", intersection)
.link("intersection", intersection)
Expand Down Expand Up @@ -177,7 +177,7 @@ const punchCardStr = "\n He hands you a punch card.";
const punchCard = new Item()
.setTake(() => {
james.setDesc(jamesSays);
return "You took the punch card"
return "You took the punch card."
})
.setTakeable(true)
.setUse(() => "https://www.youtube.com/watch?v=dQw4w9WgXcQ") // TODO change me
Expand Down

0 comments on commit 33fbf95

Please sign in to comment.