diff options
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/koga.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-1/koga.txt b/npc/001-1/koga.txt index 3aecb09a..da0ab629 100644 --- a/npc/001-1/koga.txt +++ b/npc/001-1/koga.txt @@ -16,5 +16,6 @@ OnInit: .sex = G_MALE; .distance = 4; + .alwaysVisible = true; end; } |