Merge pull request #289 from Verathian/portal-fixes

Portal Stun Time Reductions
This commit is contained in:
Xiphoseer
2022-01-04 07:31:35 +01:00
committed by GitHub
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();