diff options
Diffstat (limited to 'npc/000-1/cookiemaster.txt')
-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") |