diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-11 19:58:53 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-11 19:58:53 +0000 |
commit | fe4e7f2ec610b172203d2beb5df7435ec45b1cdd (patch) | |
tree | 9d8a42d4108075d5e4b94afed2eee6a57505c39f /npc/merchants/hair_dyer.txt | |
parent | 11835d127f26df6638493c45a7c5e090668430ae (diff) | |
download | hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.gz hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.bz2 hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.xz hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.zip |
bunch of updates..
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5994 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/hair_dyer.txt')
-rw-r--r-- | npc/merchants/hair_dyer.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/merchants/hair_dyer.txt b/npc/merchants/hair_dyer.txt index 61bda6f1b..f684138a2 100644 --- a/npc/merchants/hair_dyer.txt +++ b/npc/merchants/hair_dyer.txt @@ -41,10 +41,11 @@ prt_in.gat,243,168,4 script HairDyer Jovovich 91,{ mes "[HairDyer Jovovich]";
if(countitem(975) < 1) goto sL_NoDye;
if(Zeny < 1000) goto sL_Zeny;
+ set Zeny, Zeny - 1000;
+ delitem 975,1;
mes "Ok. I will dye you hair red.";
setlook 6,8;
- delitem 975,1;
- set Zeny, Zeny - 1000;
+
close;
sM_b:
|