diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/billybons.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt index 99cce5f6..20e8a40c 100644 --- a/npc/000-2-0/billybons.txt +++ b/npc/000-2-0/billybons.txt @@ -6,7 +6,7 @@ 000-2-0.gat,20,23,0,0 script BillyBons 311,{ mesn; - if (!rand(4)) goto l_Hips; + if (rand(5)==2) goto l_Hips; mesq l("You?? Here??"); mesq l("How is *hips* possible??"); next; |