// ends the drama, displays outcome
 void EndDrama()
 {
     CurrentPhase = TurnPhases.DRAMA_OUTCOME;
     panelHandler.ShowOutcomePanel();
 }