diff options
author | aiju <aiju@phicode.de> | 2011-08-12 06:47:13 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2011-08-12 06:47:13 +0200 |
commit | 39d7180d764ba0f7067ba3b991a8b9811573b0db (patch) | |
tree | 6754ce3077cf5bf01fe674d67ef7978d92053a3e /rc/bin/bullshit | |
parent | 1421316bab6d31bfffc55c91d09135e2ec26b158 (diff) |
more bullshit fixing
Diffstat (limited to 'rc/bin/bullshit')
-rwxr-xr-x | rc/bin/bullshit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/bullshit b/rc/bin/bullshit index d07ede4a4..e55f394bb 100755 --- a/rc/bin/bullshit +++ b/rc/bin/bullshit @@ -44,7 +44,7 @@ END { n += 2 for(i = 0; i < n; i++) printf "%s%s ", word[last = int(rand() * nword)], suffix() - if(rand() > 0.05 || (last >= 0 && noend[last]) || hassuffix) + if(rand() < 0.1 || (last >= 0 && noend[last]) || hassuffix) printf "%s ", end[int(rand() * nend)] print "" } |