diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/drowned_man.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt index 81fe216c3..9031dfd38 100644 --- a/npc/017-1/drowned_man.txt +++ b/npc/017-1/drowned_man.txt @@ -147,7 +147,8 @@ L_GoodJump: end; OnInit: - .distance=9; + .distance=30; + .alwaysVisible=true; end; } |