- switch(person){
- case NATIVE:
- puts("She accepts it shyly.");
- ego += 2;
- break;
- case NORMGOD:
- if (obj == RING || obj == BRACELET){
- puts("She takes the charm and puts it on. A little kiss on the cheek is");
- puts("your reward.");
- ego += 5;
- godready += 3;
- }
- if (obj == AMULET || obj == MEDALION || obj == TALISMAN){
- win++;
- ego += 5;
- power -= 5;
- if (win >= 3){
- puts("The powers of the earth are now legitimate. You have destroyed the Darkness");
- puts("and restored the goddess to her thrown. The entire island celebrates with");
- puts("dancing and spring feasts. As a measure of her gratitude, the goddess weds you");
- puts("in the late summer and crowns you Prince Liverwort, Lord of Fungus.");
- puts("\nBut, as the year wears on and autumn comes along, you become restless and");
- puts("yearn for adventure. The goddess, too, realizes that the marriage can't last.");
- puts("She becomes bored and takes several more natives as husbands. One evening,");
- puts("after having been out drinking with the girls, she kicks the throne particulary");
- puts("hard and wakes you up. (If you want to win this game, you're going to have to\nshoot her!)");
- clearbit(location[position].objects,MEDALION);
- wintime = time;
- }
- }
- break;
- case TIMER:
- if (obj == COINS){
- puts("He fingers the coins for a moment and then looks up agape. `Kind you are and");
- puts("I mean to repay you as best I can.' Grabbing a pencil and cocktail napkin...\n");
- printf( "+-----------------------------------------------------------------------------+\n");
- printf( "| xxxxxxxx\\ |\n");
- printf( "| xxxxx\\ CLIFFS |\n");
- printf( "| FOREST xxx\\ |\n");
- printf( "| \\\\ x\\ OCEAN |\n");
- printf( "| || x\\ |\n");
- printf( "| || ROAD x\\ |\n");
- printf( "| || x\\ |\n");
- printf( "| SECRET || ......... |\n");
- printf( "| - + - || ........ |\n");
- printf( "| ENTRANCE || ... BEACH |\n");
- printf( "| || ... E |\n");
- printf( "| || ... | |\n");
- printf( "| // ... N <-- + --- S |\n");
- printf( "| PALM GROVE // ... | |\n");
- printf( "| // ... W |\n");
- printf( "+-----------------------------------------------------------------------------+\n");
- puts("\n`This map shows a secret entrance to the catacombs.");
- puts("You will know when you arrive because I left an old pair of shoes there.'");
+ switch (person) {
+ case NATIVE:
+ puts("She accepts it shyly.");
+ ego += 2;
+ break;
+ case NORMGOD:
+ if (obj == RING || obj == BRACELET) {
+ puts("She takes the charm and puts it on. A little kiss on the cheek is");
+ puts("your reward.");
+ ego += 5;
+ godready += 3;
+ }
+ if (obj == AMULET || obj == MEDALION || obj == TALISMAN) {
+ win++;
+ ego += 5;
+ power -= 5;
+ if (win >= 3) {
+ puts("The powers of the earth are now legitimate. You have destroyed the Darkness");
+ puts("and restored the goddess to her throne. The entire island celebrates with");
+ puts("dancing and spring feasts. As a measure of her gratitude, the goddess weds you");
+ puts("in the late summer and crowns you Prince Liverwort, Lord of Fungus.");
+ puts("\nBut, as the year wears on and autumn comes along, you become restless and");
+ puts("yearn for adventure. The goddess, too, realizes that the marriage can't last.");
+ puts("She becomes bored and takes several more natives as husbands. One evening,");
+ puts("after having been out drinking with the girls, she kicks the throne particularly");
+ puts("hard and wakes you up. (If you want to win this game, you're going to have to\nshoot her!)");
+ clearbit(location[position].objects, MEDALION);
+ wintime = ourtime;