diff options
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; |