diff options
author | Alige <aligetmw@hotmail.fr> | 2013-05-27 17:19:59 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-05-27 17:19:59 +0400 |
commit | 443921959e4c885314ac562b178e5bf98d8a6074 (patch) | |
tree | a9f4b25e22afa6b5ad6e9d3d2f72094ea79e4df9 /npc/000-1 | |
parent | 18ff34f70062070ceaa8b567c30b60fd01bd021d (diff) | |
download | serverdata-443921959e4c885314ac562b178e5bf98d8a6074.tar.gz serverdata-443921959e4c885314ac562b178e5bf98d8a6074.tar.bz2 serverdata-443921959e4c885314ac562b178e5bf98d8a6074.tar.xz serverdata-443921959e4c885314ac562b178e5bf98d8a6074.zip |
Added Enchilado on the cookie list.
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/cookiemaster.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index d0f24e99..f877eda1 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -55,6 +55,8 @@ l_Check: goto l_Reward; if (strcharinfo(0) == "Alige") goto l_Reward; + if (strcharinfo(0) == "Enchilado") + goto l_Reward; if (strcharinfo(0) == "Hal9000") goto l_Reward; if (strcharinfo(0) == "Reid") |