diff --git a/Makefile b/Makefile index 5c17c07..6ff4b2d 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,5 @@ clean: rm *.zblorb rm *.z8 -web: - python3 ../ifsitegen.py -i ../parchment-for-inform7.zip --author "Masterful Interactions" --title "Buttered Toast: the Interactive Fiction starring Billy Davis" ./ButteredToast.zblorb - deploy: - scp -r Release/* root@caranmegil.com:/var/www/nerderium/butteredtoast \ No newline at end of file + scp -r *.zblorb root@caranmegil.com:/var/www/nerderium/if \ No newline at end of file diff --git a/src/ButteredToast1.inf b/src/ButteredToast1.inf index 6cf28e2..86225ea 100644 --- a/src/ButteredToast1.inf +++ b/src/ButteredToast1.inf @@ -19,7 +19,7 @@ The Beginning is a scene. The Beginning begins when play begins. The Beginning Poorly Lit Room is a room. The description of Poorly Lit Room is "You are in a poorly lit room and it is difficult to see most features. Those that are visible are blurry." -The Narrator is a person in Poorly Lit Room. The description of Narrator is "The narrator is well-dressed and young looking. They look like they urgently want to speak with you." +The Narrator is a person in Poorly Lit Room. The description of Narrator is "The narrator is well-dressed and young looking. However, what their true form is beguiling. They look like they urgently want to speak with you." The amulet of destiny is a thing. It is wearable. It has a number called charge. The description of the amulet of destiny is "A bright and shiny amulet that weighs a bunch." @@ -236,16 +236,16 @@ Instead of rubbing the amulet of destiny: [ The End ] The End is a scene. The End begins when Scene 6 ends. -ye flask is a thing. The description of ye flask is "It is a flask of some unknown liquid." +ye flask is a thing. The description of ye flask is "It is a flask containing some unknown liquid." -Instead of taking ye flask, say "Try and try as you must, but you can't get ye flask." +Instead of taking ye flask, say "You can't get ye flask." When The End begins: now Ye Flask is in Poorly Lit Room; move the player to Poorly Lit Room After speech when the noun is Narrator and The End is happening: - say "The Narrator looks up and appears surprised that you're there. Oh! Um! You're back!? How was it? Did you save Chung Ho? I see. Well, maybe better luck next time or you could see the upcoming sequel: Buttered Toast 2: the Legend of Possum Crotch."; + say "The Narrator looks up and appears surprised that you're there. Oh! Um! You're back!? How was it? Did you save Chung Ho? I see. Well, maybe better luck next time or you could see the upcoming sequel: Buttered Toast: the Legend of Possum Crotch."; end the story. test wt with "speak with narrator / go s / go w / get canoe / go e / go n / give canoe to ho / go n / go w / go w / go n / slap barkeep / give whiskey to amelia / go s / go e / go s / speak with barkeep / say hi to darcon / go s / say greetings to wallaby fits / go sw / say hi to ho / go n" \ No newline at end of file