update15 #34
@ -281,7 +281,7 @@ simulated function Tick(float Delta)
|
||||
{
|
||||
SetCollision(true, true);
|
||||
FlashTeleport();
|
||||
SetCollision(false, false);
|
||||
SetCollision(true, false);
|
||||
FadeStage = 2;
|
||||
}
|
||||
}
|
||||
@ -322,7 +322,7 @@ function StartTeleport()
|
||||
{
|
||||
FadeStage = 1;
|
||||
AlphaFader = 255;
|
||||
SetCollision(false, false);
|
||||
SetCollision(true, false);
|
||||
bFlashTeleporting = true;
|
||||
}
|
||||
function FlashTeleport()
|
||||
|
Loading…
Reference in New Issue
Block a user