spawn increased

master
Alexsandro Percy 2021-12-28 12:18:17 -03:00
parent da355df8ee
commit 415de9b5be
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local sign = math.sign
local time = os.time
local zombiestrd_spawn_chance = 1 --0.6
local zombiestrd_spawn_chance = 0.6
local spawn_rate = 1 - max(min(minetest.settings:get('zombiestrd_spawn_chance') or zombiestrd_spawn_chance,1),0)
local spawn_reduction = minetest.settings:get('zombiestrd_spawn_reduction') or 0.4