1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Update turkey.lua

This commit is contained in:
Zahir Khan 2019-11-27 20:39:26 -05:00 committed by GitHub
parent 97be613e3d
commit 837eedcc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ RS.set_map_gen_settings(
Event.add(
defines.events.on_tick,
function(event)
if event.tick % 60*600 == 0 then
if event.tick % 36000 == 0 then
local message = turkey_message_random[math.random(#turkey_message_random)]
game.print(message)
end