- 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);
+ printf("The powers of the earth are ");
+ printf("now legitimate. You have ");
+ puts("destroyed the Darkness");
+ printf("and restored the goddess to ");
+ printf("her throne. The entire ");
+ puts("island celebrates with");
+ printf("dancing and spring feasts. ");
+ printf("As a measure of her ");
+ puts("gratitude, the goddess weds you");
+ printf("in the late summer and ");
+ printf("crowns you Prince Liverwort, ");
+ puts("Lord of Fungus.");
+ printf("\nBut, as the year wears on ");
+ printf("and autumn comes along, you ");
+ puts("become restless and");
+ printf("yearn for adventure. The ");
+ printf("goddess, too, realizes that ");
+ puts("the marriage can't last.");
+ printf("She becomes bored and takes ");
+ printf("several more natives as ");
+ puts("husbands. One evening,");
+ printf("after having been out ");
+ printf("drinking with the girls, she ");
+ puts("kicks the throne particularly");
+ printf("hard and wakes you up. (If ");
+ printf("you want to win this game, ");
+ printf("you're going to have to\n");
+ puts("shoot her!)");
+ clearbit(location[position].objects,
+ MEDALION);