Portal Stun Time Reductions

This commit is contained in:
Verathian 2021-12-21 22:51:38 -05:00
parent 65b7f49c9b
commit eae1a38705
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ void NtAssemblyTubeServer::TeleportPlayer(Entity* self, Entity* player)
GameMessages::SendPlayAnimation(player, u"tube-resurrect", 4.0f);
const auto animTime = 4;
const auto animTime = 2;
const auto playerID = player->GetObjectID();

View File

@ -88,7 +88,7 @@ void NtParadoxTeleServer::TeleportPlayer(Entity* self, Entity* player)
GameMessages::SendPlayAnimation(player, u"paradox-teleport-in", 4.0f);
const auto animTime = 4;
const auto animTime = 2;
const auto playerID = player->GetObjectID();