diff options
author | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-23 02:25:29 +0000 |
---|---|---|
committer | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-23 02:25:29 +0000 |
commit | b101a5ef3371f1e02a6478d39c5c5c6789bfeb52 (patch) | |
tree | d5d2552b387e7310fd6841d3c9eb4f699902316f /npc/xmas | |
parent | e385aa83498109a9c357375c1aad16013e13705f (diff) | |
download | serverdata-b101a5ef3371f1e02a6478d39c5c5c6789bfeb52.tar.gz serverdata-b101a5ef3371f1e02a6478d39c5c5c6789bfeb52.tar.bz2 serverdata-b101a5ef3371f1e02a6478d39c5c5c6789bfeb52.tar.xz serverdata-b101a5ef3371f1e02a6478d39c5c5c6789bfeb52.zip |
Fixed Snowman's quest.
Diffstat (limited to 'npc/xmas')
-rw-r--r-- | npc/xmas/snowman.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/xmas/snowman.txt b/npc/xmas/snowman.txt index 23404c9f..2cb9c85e 100644 --- a/npc/xmas/snowman.txt +++ b/npc/xmas/snowman.txt @@ -11,7 +11,7 @@ menu "Yes",L_Y,"No",L_N,"What do you need?",L_R; mes "Hmm, let me see what you have."; next; if(countitem(510)<15) goto NoItem; - if(countitem(509)<20) goto NoItem; + if(countitem(509)<10) goto NoItem; if(countitem(502)<5) goto NoItem; mes "Here you go, enjoy your new hat!"; delitem 510,15; |