From eae1a38705f6dd814f72824e870d815236bdc25e Mon Sep 17 00:00:00 2001 From: Verathian Date: Tue, 21 Dec 2021 22:51:38 -0500 Subject: [PATCH] Portal Stun Time Reductions --- dScripts/NtAssemblyTubeServer.cpp | 2 +- dScripts/NtParadoxTeleServer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dScripts/NtAssemblyTubeServer.cpp b/dScripts/NtAssemblyTubeServer.cpp index 4653e1c7..5f05f54e 100644 --- a/dScripts/NtAssemblyTubeServer.cpp +++ b/dScripts/NtAssemblyTubeServer.cpp @@ -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(); diff --git a/dScripts/NtParadoxTeleServer.cpp b/dScripts/NtParadoxTeleServer.cpp index dddd17e5..41d21cb7 100644 --- a/dScripts/NtParadoxTeleServer.cpp +++ b/dScripts/NtParadoxTeleServer.cpp @@ -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();