summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-07 23:17:15 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-07 23:17:15 -0300
commitf540814d97e3044c2dcd5d85b03cd95935b05aa8 (patch)
tree7908626d5ed2dd27b2f07ef0d5efcda9f911af6c
parent06f28b7b673e032453c1b3273d476c3158083537 (diff)
downloadserverdata-f540814d97e3044c2dcd5d85b03cd95935b05aa8.tar.gz
serverdata-f540814d97e3044c2dcd5d85b03cd95935b05aa8.tar.bz2
serverdata-f540814d97e3044c2dcd5d85b03cd95935b05aa8.tar.xz
serverdata-f540814d97e3044c2dcd5d85b03cd95935b05aa8.zip
Playing on hard mode will give you 200 GP.
-rw-r--r--npc/018-6-3/main.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt
index ffc6bd9e9..620ae6048 100644
--- a/npc/018-6-3/main.txt
+++ b/npc/018-6-3/main.txt
@@ -387,6 +387,11 @@ OnInit:
setq3 LoFQuest_Barbara, 1;
mes "";
mesc l("You take the @@. It seems to be the stolen item.", getitemlink(MagicApple));
+ if (@difficulty_modulus) {
+ @difficulty_modulus=false;
+ Zeny+=200;
+ mesc l("You also find @@ GP with it.", 200);
+ }
disablenpc instance_npcname(.name$);
}
close;