diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-08-31 10:37:09 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-08-31 10:37:09 +0100 |
commit | 4038939c3227afcecb31fe06e521c3f7a90babc8 (patch) | |
tree | 5fec83f25fca48e3afc6d743f869985e630a0137 | |
parent | 3f724507b20bb680e4ee88758257a2a64381d80a (diff) |
changed random value for hairballs
-rw-r--r-- | kitten.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |