diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:49:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:49:33 -0300 |
commit | ceb4df2bc95ac323d2b90d8a90ab4f59e132f70c (patch) | |
tree | 4ef35a144fc12d0f40de578caed28d7e0740090d /npc/015-2/contrabandist.txt | |
parent | f36e54633e3fc8cb89b33e3916136782814634e2 (diff) | |
download | serverdata-ceb4df2bc95ac323d2b90d8a90ab4f59e132f70c.tar.gz serverdata-ceb4df2bc95ac323d2b90d8a90ab4f59e132f70c.tar.bz2 serverdata-ceb4df2bc95ac323d2b90d8a90ab4f59e132f70c.tar.xz serverdata-ceb4df2bc95ac323d2b90d8a90ab4f59e132f70c.zip |
Hm... ship not working?
Diffstat (limited to 'npc/015-2/contrabandist.txt')
-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 95c81c1f0..4ed9a53ba 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -4,7 +4,7 @@ // Description: // Contraband of foreing goods. -015-2,166,249,0 script #Contraband NPC_NO_SPRITE,{ +015-2,166,250,0 script #Contraband NPC_NO_SPRITE,{ // Store not available if (!.active) @@ -16,7 +16,7 @@ close; OnInit: .active=0; .sex = G_OTHER; - .distance = 7; + .distance = 12; if (true || debug) { setnpcdisplay .name$, NPC_KOGA; |