public bool playerHasMatchingKey()
 {
     return(p_inv.hasKeyWithID(DoorID));
 }