diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 23:17:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 23:17:15 -0300 |
commit | f540814d97e3044c2dcd5d85b03cd95935b05aa8 (patch) | |
tree | 7908626d5ed2dd27b2f07ef0d5efcda9f911af6c /npc/018-6-3/main.txt | |
parent | 06f28b7b673e032453c1b3273d476c3158083537 (diff) | |
download | serverdata-f540814d97e3044c2dcd5d85b03cd95935b05aa8.tar.gz serverdata-f540814d97e3044c2dcd5d85b03cd95935b05aa8.tar.bz2 serverdata-f540814d97e3044c2dcd5d85b03cd95935b05aa8.tar.xz serverdata-f540814d97e3044c2dcd5d85b03cd95935b05aa8.zip |
Playing on hard mode will give you 200 GP.
Diffstat (limited to 'npc/018-6-3/main.txt')
-rw-r--r-- | npc/018-6-3/main.txt | 5 |
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; |