diff options
-rw-r--r-- | npc/017-1/pet_detective.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index 1355a4013..cca16d3e2 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -27,6 +27,9 @@ mesn l("Ace Ventura"); mesq l("Oh, but we are affiliated with Jesusalva, whom hates cheaters. So, meet your dismissal!"); percentheal -100, 0; + .@val=(Zeny/10)*2; + Zeny=(Zeny/10)*8; // You pay 20% of your GP as tax-money. Hasan gladly takes the money. Jesusalva's happy. + $HASAN_GP+=.@val; } Zeny=Zeny-350000; getexp 0, 500; |