diff options
Diffstat (limited to 'npc/custom/events/hallow06.txt')
-rw-r--r-- | npc/custom/events/hallow06.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/events/hallow06.txt b/npc/custom/events/hallow06.txt index 01a122320..3045c2330 100644 --- a/npc/custom/events/hallow06.txt +++ b/npc/custom/events/hallow06.txt @@ -87,7 +87,7 @@ L_Treat: menu "Got'em",-, "Don't Have",L_Dont_Have, "See List",L_List; mes "[Hallows' Eve Event]"; - if((countitem(2220) < 1) || (countitem(535) < 30) || (countitem(7205) < 20)){ + if((countitem(Hat) < 1) || (countitem(Pumpkin) < 30) || (countitem(Piece_Of_Black_Cloth) < 20)){ mes "You don't have enough items. Come back when you do."; emotion e_sry; close; |