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