1
This commit is contained in:
parent
e61e88653c
commit
948c3a915a
@ -154,6 +154,9 @@ void AndroidAI::ChangeToState(AndroidState_e to_state)
|
|||||||
|
|
||||||
void AndroidAI::DoMove()
|
void AndroidAI::DoMove()
|
||||||
{
|
{
|
||||||
|
if (HumMaster()->room->gas_data.gas_mode == kGasInactive) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (HumMaster()->HasBuffEffect(kBET_Vertigo) || HumMaster()->HasBuffEffect(kBET_Dcgr)) {
|
if (HumMaster()->HasBuffEffect(kBET_Vertigo) || HumMaster()->HasBuffEffect(kBET_Dcgr)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user