mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
.
This commit is contained in:
@@ -309,6 +309,7 @@ Event.add(defines.events.on_research_finished, function(event)
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
--[[
|
||||||
Event.add(defines.events.on_research_started, function(event)
|
Event.add(defines.events.on_research_started, function(event)
|
||||||
local r = event.research
|
local r = event.research
|
||||||
local rq = r.force.research_queue
|
local rq = r.force.research_queue
|
||||||
@@ -319,6 +320,7 @@ Event.add(defines.events.on_research_started, function(event)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
]]
|
||||||
|
|
||||||
Event.on_nth_tick(60, function()
|
Event.on_nth_tick(60, function()
|
||||||
local current_time = research_time_format(game.tick)
|
local current_time = research_time_format(game.tick)
|
||||||
|
|||||||
Reference in New Issue
Block a user