This commit is contained in:
2024-06-18 20:32:54 +09:00
parent 49710a0482
commit ee39cd29f6

View File

@@ -54,5 +54,11 @@ if settings.startup['PHI-PB'].value then
game.players[command.player_index][v.name] = game.players[command.player_index][v.name] + (bonus / 10)
end
end
if (bonus > 0) then
if (player.character) then
player.ticks_to_respawn = 120
end
end
end)
end