diff --git a/ButteredToast2.inform/Source/story.ni b/ButteredToast2.inform/Source/story.ni index ef42a32..536923b 100644 --- a/ButteredToast2.inform/Source/story.ni +++ b/ButteredToast2.inform/Source/story.ni @@ -369,3 +369,19 @@ After giving answering machine to Bocephus: say "Bocephus walks away, carrying his now beloved [answering machine]."; remove Bocephus from play; increase the current score of the player by 10. + +After speech when noun is the Exhibitionists: + say "The naked men frown. One of them speaks up and says 'We need weapons of war. A sword and shield each will suffice. If not, our skills will wane!'". + +To decide whether sugar cane interests the Exhibitionists: + if the Exhibitionists has sugar cane, no; + yes. + +To decide whether surfboards interests the Exhibitionists: + if the Exhibitionists has surf boards, no; + yes. + +After giving surfboard and sugar cane to the Exhibitionists: + say "The Exhibitionists each take a sugar cane and surfboard. They turn towards each other and start fighting using these 'weapons'."; + remove the Exhibitionists from play; + increase the current score of the player by 10.