1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Local round 2

This commit is contained in:
TWLTriston 2017-10-15 10:17:04 -04:00
parent 7e8d123932
commit db41043817

View File

@ -399,7 +399,7 @@ function player_list_on_12_seconds()
end
end
function player_list_on_player_died( event_player, cause )
local function player_list_on_player_died( event_player, cause )
player = game.players[event_player.player_index]
if not global.scenario.variables.player_deaths[player.name] then
global.scenario.variables.player_deaths[player.name] = 0