disable_syringe setting;now ponies can breed as the rest of petz

master
root 2022-06-06 20:35:57 +02:00
parent 68eb2bed09
commit 94c2ecc03b
1 changed files with 0 additions and 2 deletions

View File

@ -11,9 +11,7 @@ function petz.bh_breed(self, pos)
local couple_obj = kitz.get_closest_entity(self, couple_name) -- look for a couple
if couple_obj then
local couple = couple_obj:get_luaentity()
minetest.chat_send_all(tostring(couple.is_male))
if couple and couple.is_rut and not(couple.is_pregnant) and not(couple.is_male) then --if couple and female and is not pregnant and is rut
local couple_pos = couple.object:get_pos() --get couple pos
local copulation_distance = petz.settings[self.type.."_copulation_distance"] or 1
if vector.distance(pos, couple_pos) <= copulation_distance then --if close