예제 #1
0
파일: Crypt.cs 프로젝트: Veiviser/TextGame
 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;
 }