yl_spawnit/init.lua

12 lines
237 B
Lua

yl_spawnit = fmod.create()
yl_spawnit.base_chance = yl_spawnit.settings.base_chance
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