From 65c00d01adcca75879c76efc85fbe0d75315b224 Mon Sep 17 00:00:00 2001 From: William Moore Date: Fri, 22 Jul 2022 02:12:47 -0500 Subject: [PATCH] Update to make opponent rude when spoken to --- RockPaperScissors.inform/Source/story.ni | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RockPaperScissors.inform/Source/story.ni b/RockPaperScissors.inform/Source/story.ni index 603d011..c2d795c 100644 --- a/RockPaperScissors.inform/Source/story.ni +++ b/RockPaperScissors.inform/Source/story.ni @@ -17,6 +17,8 @@ The story description is "You are a player in the biggest Rock, Paper, Scissors Release along with cover art. The release number is 1. +Asking someone about something is speech. Telling someone about something is speech. Answering someone that something is speech. Asking someone for something is speech. + The arena is a room. The description of the arena is "It's a large room where there are hundreds of people cheering and jeering on players in what has to be all-time silliest tournaments." Opponent is a person. Opponent is in arena. The description of opponent is "They're a grody looking sort of person. They're standing there with the hands in the traditional 'rock, paper, scissors' posture of one hand out, palm up, the other hand in a fist with the bottom of on top of the open palm." @@ -25,6 +27,9 @@ A person has a number called current score. The current score of the player is 0. The current score of opponent is 0. +Instead of speech when the noun is Opponent: + say "Opponent frowns and says 'Shaddup!'" + Instead of attacking Opponent: let player result be a random number between 1 and 3; let opponent result be a random number between 1 and 3;