mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-07 22:08:04 -06:00
improved refueler everything logic
This commit is contained in:
@@ -119,6 +119,9 @@ local migrations_table = {
|
||||
local map_data = global
|
||||
map_data.tick_state = STATE_INIT
|
||||
map_data.tick_data = {}
|
||||
|
||||
map_data.everything_refuelers = {}
|
||||
|
||||
for k, comb in pairs(map_data.to_comb) do
|
||||
local control = get_comb_control(comb)
|
||||
local params = control.parameters
|
||||
|
||||
Reference in New Issue
Block a user