1
This commit is contained in:
parent
59c2c8ccb1
commit
18fccc5fd6
@ -1095,8 +1095,10 @@ void Player::_CMGameOver(f8::MsgHdr& hdr, const cs::CMGameOver& msg)
|
|||||||
{
|
{
|
||||||
if (room->GetGasData().GetGasMode() == GasInactive) {
|
if (room->GetGasData().GetGasMode() == GasInactive) {
|
||||||
stats->is_run_away = true;
|
stats->is_run_away = true;
|
||||||
|
if (GetTeam()) {
|
||||||
GetTeam()->RunAway(this);
|
GetTeam()->RunAway(this);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
CancelRevive();
|
CancelRevive();
|
||||||
if (!dead) {
|
if (!dead) {
|
||||||
BeKill(GetUniId(), name, 0, GetUniId(), name);
|
BeKill(GetUniId(), name, 0, GetUniId(), name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user