Beispiel #1
0
 public override void SearchLocation()
 {
     Console.WriteLine("\nYou decide to head further in. At the end of the stairs there's a room.");
     Console.WriteLine("At the centre is a stone sarcophagus, the lid has been pushed off.");
     Console.WriteLine("Inside, there's a golden key, but nothing else, and certainly no corpse.");
     Key.ArtKey();
     Program.HasKey = true;
 }