mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-20 03:29:47 +02:00
cleanup
This commit is contained in:
parent
050a09f3fc
commit
6a64d80c79
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user