//returns the player's current room number
 public int room()
 {
     return(map.getPlayerLocation());
 }