diff options
author | shennetsind <ind@henn.et> | 2013-11-28 13:21:57 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-28 13:21:57 -0200 |
commit | 3c8e2e97243866b0a650002d59fdf2435874fd9a (patch) | |
tree | 263d804c1c19e61ffc40f3275b8074941c108a35 /npc/other/fortune.txt | |
parent | ae13db97ea770e37450e4e2c1a7919ce98d705a8 (diff) | |
parent | 09dd2097b77bf3dda4c5eb1ee6eb2a60f05bbec8 (diff) | |
download | hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.gz hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.bz2 hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.xz hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/other/fortune.txt')
-rw-r--r-- | npc/other/fortune.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/fortune.txt b/npc/other/fortune.txt index 596a20042..b0274f620 100644 --- a/npc/other/fortune.txt +++ b/npc/other/fortune.txt @@ -45,7 +45,7 @@ payon_in03,117,128,5 script Fortune Teller 4_M_BIBI,{ else { mes "[Lhimetorra]"; mes "I accept your heart and your devotion with my gratitude. Thoughts are more important than the amount when paying a fortune teller."; - Zeny -=.@input; + set Zeny, Zeny-.@input; } next; mes "[Lhimetorra]"; @@ -2753,7 +2753,7 @@ payon_in03,75,129,5 script Poring Fortune Teller 4_M_BIBI,{ mes "Nope!"; close; } - Zeny -=1000; + set Zeny, Zeny-1000; mes "[Chocarle]"; mes " Thank you~! Then we shall look into your fortune! "; mes " First, clear your mind! Just like washing when you wash dishes! "; |