diff options
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/cookiemaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index 62c8b957..611071c5 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -57,7 +57,7 @@ l_Check: goto l_Reward; if (strcharinfo(0) == "enchilado") goto l_Reward; - if (strcharinfo(0) == "Hal9000") + if (strcharinfo(0) == "hal9000") goto l_Reward; if (strcharinfo(0) == "Reid") goto l_Reward; |