summaryrefslogtreecommitdiff
path: root/npc/015-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-12 08:57:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-12 08:57:06 -0300
commit07403f5af4a0be125fddbe1dc40330d043309812 (patch)
treefbec8f49b49cdc75f0a6f7516e263cb660ed0ef8 /npc/015-2
parent69df270c8e5ae5ef86c7ebd1db6dfbf7ff26ab9d (diff)
downloadserverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.gz
serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.bz2
serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.xz
serverdata-07403f5af4a0be125fddbe1dc40330d043309812.zip
Deprecation concerning "debug" constant (I have new plans for it)
Diffstat (limited to 'npc/015-2')
-rw-r--r--npc/015-2/contrabandist.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt
index 42fc49f23..41f4a3c6c 100644
--- a/npc/015-2/contrabandist.txt
+++ b/npc/015-2/contrabandist.txt
@@ -104,10 +104,12 @@ OnInit:
.sex = G_OTHER;
.distance = 12;
+ /*
if (debug) {
setnpcdisplay .name$, NPC_KOGA;
.active=1;
}
+ */
end;
}