diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-04 16:43:28 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-04 16:43:28 -0300 |
commit | 781e0100be4013e04996a39991c25e6a9dd229e6 (patch) | |
tree | a757acd92d291af3cba1b5ff26540f5a7222f34a /npc/002-3 | |
parent | 5937179c89e5d47837353d0a0446e053c0ba3c94 (diff) | |
download | serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.tar.gz serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.tar.bz2 serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.tar.xz serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.zip |
Fix infinite item error
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/billybons.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-3/billybons.txt b/npc/002-3/billybons.txt index 4459a9656..227a1e737 100644 --- a/npc/002-3/billybons.txt +++ b/npc/002-3/billybons.txt @@ -1,8 +1,10 @@ +// TMW2 Script // Evol scripts. // Author: // Reid // Description: // Drunk easteregg telling about the player's past. +// For TMW2 it is just to provide a bottle 002-3,31,23,0 script Billy Bons#TMW2 NPC_BILLY_BONS,{ if (rand(5) == 2) goto L_Hic; |