diff options
author | Haru <haru@dotalux.com> | 2014-10-26 02:06:46 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-11-02 01:36:50 +0100 |
commit | bf4b0a281207e46a9b21a9c9f779aeafaa739b62 (patch) | |
tree | 0230ee95510255548ebb7f4080460b466c9e2ca6 /npc/jobs/novice/supernovice.txt | |
parent | 6b20c5b6988c889df35b890d93c338f8b87fa430 (diff) | |
download | hercules-bf4b0a281207e46a9b21a9c9f779aeafaa739b62.tar.gz hercules-bf4b0a281207e46a9b21a9c9f779aeafaa739b62.tar.bz2 hercules-bf4b0a281207e46a9b21a9c9f779aeafaa739b62.tar.xz hercules-bf4b0a281207e46a9b21a9c9f779aeafaa739b62.zip |
Replaced 'set' with direct assignment where applicable (common folder)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/jobs/novice/supernovice.txt')
-rw-r--r-- | npc/jobs/novice/supernovice.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index 2887b2ae3..7411e3533 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -209,7 +209,7 @@ aldeba_in,223,167,3 script Tzerero#sn 4_M_SEAMAN,{ mes "an ordinary number."; mes "Hahahahaha~"; next; - set SUPNOV_Q,1; + SUPNOV_Q = 1; setquest 6010; mes "[Tzerero]"; mes "Good luck, my friend."; @@ -430,7 +430,7 @@ aldebaran,54,238,5 script Kafra Employee#sn 4_F_KAFRA1,{ close; } if (Zeny >= 1899) { - set RESRVPTS, RESRVPTS + 190; + RESRVPTS += 190; Zeny -= 1900; if (getskilllv("MC_PUSHCART") > 0) setcart; mes "[Kafra Employee]"; |