diff options
Diffstat (limited to 'npc/events/valentinesday.txt')
-rw-r--r-- | npc/events/valentinesday.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt index 5363a44bd..4f9145b46 100644 --- a/npc/events/valentinesday.txt +++ b/npc/events/valentinesday.txt @@ -120,7 +120,7 @@ prt_castle,54,34,4 script Carl Orleans 1_M_01,{ mes "Well, I just might be able to fulfill your needs..."; next; mes "[Carl Orleans]"; - if (countitem(558) < 3) { + if (countitem(Chocolate) < 3) { mes "I'm sorry, you don't have enough Chocolate Bars to do this."; close; } delitem 558,3; |