Beispiel #1
0
        public void SafeToTrappist()
        {
            string safeToTrappist = "\nYou are at Trappist, the planet of pure barter. Good or Evil, doesn't matter on Trappist, they just want to do some business!\n";

            Console.WriteLine(safeToTrappist);
            nextStory.StoryTrappist();
        }
Beispiel #2
0
        public void ChanceToTrappist()
        {
            string chanceTrappist = "\nYou here some talk about a lucrative asteroid just outside Trappist on the way towards HD\nYou decide the potential is worth the visit!\n";

            Console.WriteLine(chanceTrappist);
            nextStory.StoryTrappist();
        }