From f540814d97e3044c2dcd5d85b03cd95935b05aa8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Sep 2019 23:17:15 -0300 Subject: Playing on hard mode will give you 200 GP. --- npc/018-6-3/main.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/018-6-3') 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; -- cgit v1.2.3-60-g2f50