forked from mtcontrib/mobs_animal
changed random value for hairballs
This commit is contained in:
parent
3f724507b2
commit
4038939c32
@ -82,7 +82,7 @@ reach = 1,
|
|||||||
self.hairball_timer = 0
|
self.hairball_timer = 0
|
||||||
|
|
||||||
if self.child
|
if self.child
|
||||||
or math.random(1, 10) > 1 then
|
or math.random(1, 250) > 1 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user