Update to include ad for the previous game
This commit is contained in:
parent
3a040fad38
commit
64728519cb
@ -369,3 +369,19 @@ After giving answering machine to Bocephus:
|
|||||||
say "Bocephus walks away, carrying his now beloved [answering machine].";
|
say "Bocephus walks away, carrying his now beloved [answering machine].";
|
||||||
remove Bocephus from play;
|
remove Bocephus from play;
|
||||||
increase the current score of the player by 10.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user