changed random value for hairballs

This commit is contained in:
TenPlus1 2018-08-31 10:37:09 +01:00
parent 3f724507b2
commit 4038939c32
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ reach = 1,
self.hairball_timer = 0
if self.child
or math.random(1, 10) > 1 then
or math.random(1, 250) > 1 then
return
end