diff options
-rw-r--r-- | world/map/npc/functions/pandora_box_chests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/pandora_box_chests.txt b/world/map/npc/functions/pandora_box_chests.txt index 3d43433e..7883a2a2 100644 --- a/world/map/npc/functions/pandora_box_chests.txt +++ b/world/map/npc/functions/pandora_box_chests.txt @@ -102,7 +102,7 @@ L_Fail: // * Player gets random reward. function|script|pandorabox_reward { - if !(isin(strnpcinfo(3), getnpcx()-2, getnpcy()-2, getnpcx()+2, getnpcy()+2)) + if !(isin(strnpcinfo(3), getnpcx()-3, getnpcy()-3, getnpcx()+3, getnpcy()+3)) goto L_TooFar; // Too far away -> cant open chest. if (#DD5A_EXPCHEST > 10) |