diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-21 20:01:06 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-21 20:01:06 +0100 |
commit | 78809ebba2fd700890e32b450a567167dad0844e (patch) | |
tree | c23aa6626965b7f3e3519a7eeac094db66bdb3be /npc/002-3/billybons.txt | |
parent | ddf0125101f4f5b1eb4085968b4ba1e45d2888a6 (diff) | |
download | serverdata-78809ebba2fd700890e32b450a567167dad0844e.tar.gz serverdata-78809ebba2fd700890e32b450a567167dad0844e.tar.bz2 serverdata-78809ebba2fd700890e32b450a567167dad0844e.tar.xz serverdata-78809ebba2fd700890e32b450a567167dad0844e.zip |
fix vaccum bug in 002-3,need @jesusalva fix warp
Diffstat (limited to 'npc/002-3/billybons.txt')
-rw-r--r-- | npc/002-3/billybons.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-3/billybons.txt b/npc/002-3/billybons.txt index 9dbb64ba4..4459a9656 100644 --- a/npc/002-3/billybons.txt +++ b/npc/002-3/billybons.txt @@ -4,7 +4,7 @@ // Description: // Drunk easteregg telling about the player's past. -002-3,20,23,0 script Billy Bons#TMW2 NPC_BILLY_BONS,{ +002-3,31,23,0 script Billy Bons#TMW2 NPC_BILLY_BONS,{ if (rand(5) == 2) goto L_Hic; .@q = getq(ShipQuests_Bottle); if (.@q) == 1 close; |