准备阶段屏蔽自杀
This commit is contained in:
parent
d463951376
commit
5e24ee27d2
@ -355,7 +355,9 @@ void Player::UpdateUseItemIdx()
|
|||||||
|
|
||||||
void Player::UpdateSpectate()
|
void Player::UpdateSpectate()
|
||||||
{
|
{
|
||||||
if (a8::HasBitFlag(status, HS_Fly)) {
|
if (room->gas_data.gas_mode == GasInactive ||
|
||||||
|
room->gas_data.gas_mode == GasJump ||
|
||||||
|
a8::HasBitFlag(status, HS_Fly)) {
|
||||||
spectate = false;
|
spectate = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user