diff options
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; |