update15 #34

Merged
dkanus merged 7 commits from update15 into master 2024-11-25 22:10:57 +03:00
Showing only changes of commit 2384dc34d1 - Show all commits

View File

@ -281,7 +281,7 @@ simulated function Tick(float Delta)
{ {
SetCollision(true, true); SetCollision(true, true);
FlashTeleport(); FlashTeleport();
SetCollision(false, false); SetCollision(true, false);
FadeStage = 2; FadeStage = 2;
} }
} }
@ -322,7 +322,7 @@ function StartTeleport()
{ {
FadeStage = 1; FadeStage = 1;
AlphaFader = 255; AlphaFader = 255;
SetCollision(false, false); SetCollision(true, false);
bFlashTeleporting = true; bFlashTeleporting = true;
} }
function FlashTeleport() function FlashTeleport()