diff options
author | Alige <aligetmw@hotmail.fr> | 2013-07-08 22:07:23 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-07-08 22:07:23 +0200 |
commit | 575a8ffd1d843f800bfed47ba33b1d792a0a1ef6 (patch) | |
tree | dbe8409640cdb39a27a0d5acd8c366ebc1086740 /npc | |
parent | 6ec3a8e0a827ff02f65268b7b924cca61f915418 (diff) | |
download | clientdata-575a8ffd1d843f800bfed47ba33b1d792a0a1ef6.tar.gz clientdata-575a8ffd1d843f800bfed47ba33b1d792a0a1ef6.tar.bz2 clientdata-575a8ffd1d843f800bfed47ba33b1d792a0a1ef6.tar.xz clientdata-575a8ffd1d843f800bfed47ba33b1d792a0a1ef6.zip |
Added new people on the cookie list.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/cookiemaster.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index 8c6da9d1..62c8b957 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -65,6 +65,10 @@ l_Check: goto l_Reward; if (strcharinfo(0) == "Kenny690") goto l_Reward; + if (strcharinfo(0) == "Nelson6e65") + goto l_Reward; + if (strcharinfo(0) == "Steel Zenn") + goto l_Reward; mesq l("I'm sorry but I can't see your name anywhere."); next; |