mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Faster spawn effect
This commit is contained in:
parent
d3d59fe9dd
commit
728998dfc3
|
|
@ -461,7 +461,7 @@ function DefaultGame::createPlayer(%game, %client, %spawnLoc, %respawn)
|
|||
%player.setInvincible(true);
|
||||
%player.setCloaked(true); // z0dd - ZOD, 8/6/02. Don't spawn players cloaked //was //
|
||||
%player.setInvincibleMode($InvincibleTime,0.02);
|
||||
%player.respawnCloakThread = %player.schedule($InvincibleTime * 80, "setRespawnCloakOff"); // z0dd - ZOD, 8/6/02. Don't spawn players cloaked //was 1000
|
||||
%player.respawnCloakThread = %player.schedule($InvincibleTime * 50, "setRespawnCloakOff"); // z0dd - ZOD, 8/6/02. Don't spawn players cloaked //was 1000
|
||||
%player.schedule($InvincibleTime * 1000, "setInvincible", false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue