diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-27 17:16:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-27 17:17:21 -0300 |
commit | 5047ef972603d9ab6492f41266ced2a8f15a53ad (patch) | |
tree | 1471ef9cccc45a912eb5ffed9c4507d5e36f0c21 /npc/017-1 | |
parent | 8ded2b76c452482ce583c8a17642654ceb31ede9 (diff) | |
download | serverdata-5047ef972603d9ab6492f41266ced2a8f15a53ad.tar.gz serverdata-5047ef972603d9ab6492f41266ced2a8f15a53ad.tar.bz2 serverdata-5047ef972603d9ab6492f41266ced2a8f15a53ad.tar.xz serverdata-5047ef972603d9ab6492f41266ced2a8f15a53ad.zip |
Experiment
Diffstat (limited to 'npc/017-1')
-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; } |