diff options
Diffstat (limited to 'npc/cities/geffen.txt')
-rw-r--r-- | npc/cities/geffen.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/cities/geffen.txt b/npc/cities/geffen.txt index b7da4df61..ab06fcf58 100644 --- a/npc/cities/geffen.txt +++ b/npc/cities/geffen.txt @@ -16,8 +16,9 @@ //= 1.3 added a Level 4 weapon quest related NPC [MasterOfMuppets] //= 1.4 Removed Duplicates [Silent] //= 1.5 Fixed some typos and coordinates [Musashiden] -//= 1.51 Fixed a small typo [Evera] -//= 1.6 Rescripted to AEgis 10.3 standards. [L0ne_W0lf[ +//= 1.5a Fixed a small typo [Evera] +//= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.6a Small bug fix. (end -> next) care of Lesbian. [L0ne_W0lf] //============================================================ geffen,59,143,0 script Meera 91,{ @@ -219,7 +220,7 @@ OnTouch: mes "^333333*Psssst!*"; mes "H-Hey you!"; mes "You wanna get your hands on some great stuff? Come on over!^000000"; - end; + next; mes "[Suspicious Guy]"; if (sex) mes "Hey there tough guy. You look smart enough to recognize a bargain when it's right in front of your eyes."; |