From b101a5ef3371f1e02a6478d39c5c5c6789bfeb52 Mon Sep 17 00:00:00 2001 From: "Zuzanna K. Filutowska" Date: Thu, 23 Feb 2006 02:25:29 +0000 Subject: Fixed Snowman's quest. --- npc/xmas/snowman.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/xmas') 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; -- cgit v1.2.3-60-g2f50