mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2026-01-12 19:45:28 +01:00
changed random value for hairballs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user