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:
parent
97be613e3d
commit
837eedcc2c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user