From e7a0b58ac382ce07abf9881283aaecddadad738d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Dec 2018 21:26:49 -0200 Subject: Minor fixes to Contrabandist --- npc/015-2/contrabandist.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/015-2') 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; -- cgit v1.2.3-70-g09d2