1
This commit is contained in:
parent
4f3795648e
commit
c003a4839d
@ -643,3 +643,8 @@ void Incubator::Rearrangement()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Incubator::StartNewBattleMode()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -20,6 +20,7 @@ class Incubator
|
|||||||
void NextWave();
|
void NextWave();
|
||||||
void ShowHand();
|
void ShowHand();
|
||||||
void Clear(int save_num);
|
void Clear(int save_num);
|
||||||
|
void StartNewBattleMode();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool CanSee(Human* hum, Human* exclude_hum);
|
bool CanSee(Human* hum, Human* exclude_hum);
|
||||||
|
@ -4332,4 +4332,7 @@ void Room::MobaOver()
|
|||||||
void Room::SetNewBieBattle(int is_newbie_battle)
|
void Room::SetNewBieBattle(int is_newbie_battle)
|
||||||
{
|
{
|
||||||
is_newbie_battle_ = is_newbie_battle;
|
is_newbie_battle_ = is_newbie_battle;
|
||||||
|
if (is_newbie_battle_) {
|
||||||
|
GetIncubator()->StartNewBattleMode();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user