class Gamefic::Scene::ActiveChoice

def finish

def finish
  return super if props.selected?
  send(self.class.without_selection_action)
end