Merge branch 'WIP' into Testing

This commit is contained in:
Cooldude2606
2017-03-25 10:59:53 +00:00
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -281,7 +281,7 @@ script.on_event(defines.events.on_rocket_launched, function(event)
end end
end) end)
script.on_event(defines.events.on_tick, function(event) if (game.tick*(1/(60*game.speed))/60) % 30 == 0 then autoMessage() end end) script.on_event(defines.events.on_tick, function(event) if (game.tick/(3600*game.speed)) % 30 == 0 then autoMessage() end end)
---------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------
---------------------------IDK What There Do Functions---------------------------------- ---------------------------IDK What There Do Functions----------------------------------
---------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------