diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:26:49 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:26:49 -0200 |
commit | e7a0b58ac382ce07abf9881283aaecddadad738d (patch) | |
tree | 0ab3dc51bf8c225d540f938b0a12f70dca57c337 /npc/015-2/contrabandist.txt | |
parent | 5b09b447d3497bd925a865dfb0c81c8966f9e3c9 (diff) | |
download | serverdata-e7a0b58ac382ce07abf9881283aaecddadad738d.tar.gz serverdata-e7a0b58ac382ce07abf9881283aaecddadad738d.tar.bz2 serverdata-e7a0b58ac382ce07abf9881283aaecddadad738d.tar.xz serverdata-e7a0b58ac382ce07abf9881283aaecddadad738d.zip |
Minor fixes to Contrabandist
Diffstat (limited to 'npc/015-2/contrabandist.txt')
-rw-r--r-- | npc/015-2/contrabandist.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index 296a3ebce..683417b61 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -43,7 +43,7 @@ close; if (getarg(0,0) & 1) sellitem IronOre, 2900, 1; if (getarg(0,0) & 2) - sellitem TitaniumOre, 4700, 1; + sellitem TitaniumOre, 4900, 1; if (getarg(0,0) & 4) sellitem LeatherPatch, 3200, 1; if (getarg(0,0) & 8) @@ -63,6 +63,7 @@ OnInit: .active=0; .sex = G_OTHER; .distance = 12; + .CurrentValue=255; if (debug) { setnpcdisplay .name$, NPC_KOGA; |