diff options
Diffstat (limited to 'npc/015-2')
-rw-r--r-- | npc/015-2/contrabandist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index d725f39a3..f4340eb8e 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -4,7 +4,7 @@ // Description: // Contraband of foreing goods. -012-2,54,43,0 script #Contraband NPC_NO_SPRITE,{ +015-2,166,249,0 script #Contraband NPC_NO_SPRITE,{ // Store not available if (!.active) @@ -16,7 +16,7 @@ close; OnInit: .active=0; .sex = G_OTHER; - .distance = 3; + .distance = 5; end; OnMinute21: |