1
This commit is contained in:
parent
2393e84bf7
commit
664c5acbdb
@ -2320,6 +2320,9 @@ void Creature::OnBattleStart(Room* room)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (IsPlayer() && room->GetCustomBattle()) {
|
||||||
|
TryAddBuffAndSetTime(this, kInvincibleBuffId, FRAME_RATE_MS * 2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Creature::CanFollow(Creature* follower)
|
bool Creature::CanFollow(Creature* follower)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user