1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-20 03:29:47 +02:00
This commit is contained in:
Nathan Fox 2022-10-19 22:51:59 -04:00
parent 050a09f3fc
commit 6a64d80c79
No known key found for this signature in database
GPG Key ID: 7802E8DA4841B24F

View File

@ -6,7 +6,8 @@ local yellow = { r = 200, g = 200, b = 0 }
-- Must be at least 1 minute
local minutes_to_die = 10
local one_minute = 60 * 10 -- 60 * 60
local one_minute = 60 * 60
local function on_player_died(event)
local this = ScenarioTable.get_table()