yl_spawnit/init.lua

12 lines
247 B
Lua

yl_spawnit = fmod.create()
yl_spawnit.base_chance = 600 -- approximately one every 10 minutes
yl_spawnit.dawn = 4500 / 24000
yl_spawnit.dusk = 19500 / 24000
for mod, has in pairs(yl_spawnit.has) do
if has then
yl_spawnit.dofile(mod)
end
end