summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kitten.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitten.lua b/kitten.lua
index cc46c3b..0ed1467 100644
--- a/kitten.lua
+++ b/kitten.lua
@@ -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