PHPWarrior\Profile::enable_normal_mode PHP Method

enable_normal_mode() public method

public enable_normal_mode ( )
    public function enable_normal_mode()
    {
        $this->epic = false;
        $this->epic_score = 0;
        $this->current_epic_score = 0;
        $this->current_epic_grades = [];
        $this->average_grade = null;
        $this->level_number = $this->last_level_number;
        $this->last_level_number = null;
    }