class Gamefic::What::AskForWhat
def finish
def finish if command_with_answer_actions.empty? && actor.can?(props.input.keywords.first) actor.perform(props.input) else actor.perform command_with_answer end super end
def finish if command_with_answer_actions.empty? && actor.can?(props.input.keywords.first) actor.perform(props.input) else actor.perform command_with_answer end super end