mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Respawn 2 seconds
This commit is contained in:
@@ -54,6 +54,6 @@ end)
|
||||
Event.register(defines.events.on_pre_player_died,function(event)
|
||||
local player = Game.get_player(event)
|
||||
if Ranking.get_rank(player):allowed('bonus-respawn') then
|
||||
player.ticks_to_respawn = 60
|
||||
player.ticks_to_respawn = 120
|
||||
end
|
||||
end)
|
||||
Reference in New Issue
Block a user