Make cats make prills sooner
This commit is contained in:
parent
5d4c5316a4
commit
ca6291c13b
2
pet.lua
2
pet.lua
@ -24,7 +24,7 @@ nodecore.register_soaking_abm({
|
||||
return 2 ^ -math_abs(2 - found)
|
||||
end,
|
||||
soakcheck = function(data, pos)
|
||||
if data.total < 5000 then return end
|
||||
if data.total < 2000 then return end
|
||||
nodecore.log("action", "cat prill ready at " .. minetest.pos_to_string(pos))
|
||||
minetest.get_meta(pos):set_float(furmetakey, 1)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user