summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/015-2/contrabandist.txt3
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;