Increase immunity time
This commit is contained in:
parent
b191ad3b1b
commit
32664b598a
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ function random_messages.read_messages()
|
|||
"Steel swords do more damage than guns, but you need to be up close.",
|
||||
"Gain more score by killing more than you die, or by capturing the flag.",
|
||||
"You gain more score the better the opponent you defeat.",
|
||||
"Players are immune for 10 seconds after they respawn.",
|
||||
"Players are immune to attack for 15 seconds after they respawn.",
|
||||
"Access the pro section of the chest by achieving a 1k+ score and killing 2 people for every death.",
|
||||
"Use team doors (steel) to stop the enemy walking into your base.",
|
||||
"Sprint by pressing the fast key (E) when you have stamina.",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
respawn_immunity = {}
|
||||
|
||||
local IMMUNE_TIME = 10
|
||||
local IMMUNE_TIME = 15
|
||||
local immune_serial = 0
|
||||
local immune_players = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue