update chance

This commit is contained in:
Vitaliy olkhin 2025-01-29 12:42:39 +05:00
parent 5854d64b5b
commit bcd3071717

View File

@ -152,8 +152,8 @@ if ma_mobs.settings.spawn == true then
mobs:spawn({
name = "ma_mobs:assaultsuit",
nodes = {"ethereal:dry_dirt"},
--chance = 150000,
chance = 1500,
chance = 150000,
--chance = 1500,
active_object_count = 1,
})
end