void Warrior::Minute_30(int Add_life) {
    Print_time();
    cout << Command_Belong_to->colour(true) << ' ' << Knight[name] << ' ' << Num << " earned " << Add_life << " elements for his headquarter\n";
    Command_Belong_to->Minute_30(Add_life);
}