Increase immunity time

This commit is contained in:
rubenwardy 2018-01-21 20:44:08 +00:00
parent b191ad3b1b
commit 32664b598a
2 changed files with 2 additions and 2 deletions

View file

@ -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.",

View file

@ -1,6 +1,6 @@
respawn_immunity = {}
local IMMUNE_TIME = 10
local IMMUNE_TIME = 15
local immune_serial = 0
local immune_players = {}