diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/015-2/contrabandist.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index f4340eb8e..612ec859c 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -17,6 +17,11 @@ OnInit: .active=0; .sex = G_OTHER; .distance = 5; + + if (true || debug) { + setnpcdisplay .name$, NPC_KOGA; + .active=1; + } end; OnMinute21: |