diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-07 09:34:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-07 09:34:57 -0300 |
commit | b8aee43873c856a28ffa4c9d91b5815778391d36 (patch) | |
tree | eea171e6c7da35815b49e89c2da0281cf1679ab6 | |
parent | 1eea6a4c882693d2887dc990026d609bc52e5aa9 (diff) | |
download | serverdata-b8aee43873c856a28ffa4c9d91b5815778391d36.tar.gz serverdata-b8aee43873c856a28ffa4c9d91b5815778391d36.tar.bz2 serverdata-b8aee43873c856a28ffa4c9d91b5815778391d36.tar.xz serverdata-b8aee43873c856a28ffa4c9d91b5815778391d36.zip |
Maintain some imprecision on Q'onan, but now it will be less than before.
-rw-r--r-- | npc/001-1/qonan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt index 641a3111..6805356a 100644 --- a/npc/001-1/qonan.txt +++ b/npc/001-1/qonan.txt @@ -61,8 +61,8 @@ l("I hope to see you soon."); getitem IronShovel, 1; // For questlog - setq2 ArtisQuests_QOnan, .move__rand_x; - setq3 ArtisQuests_QOnan, .move__rand_y; + setq2 ArtisQuests_QOnan, .move__rand_x+any(-1,1); + setq3 ArtisQuests_QOnan, .move__rand_y+any(-1,1); close; case 2: speech S_FIRST_BLANK_LINE | S_LAST_BLANK_LINE, |