public void SafeToProxima() { string safeToProxima = "\nAfter speaking with the governer, a scientist approaches you on the side, and asks you to try out her prototype sheild.\n"; Console.WriteLine(safeToProxima); nextStory.StoryProxima(); }
public void ChanceToProxima() { string chanceProxima = "The government of Proxima has asked you to to go to Trappist, risking your ship through asteroid belt."; Console.WriteLine(chanceProxima); //RNG Result nextStory.StoryProxima(); }