diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 506f72804..8e54658b9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2600,17 +2600,7 @@ item_db: ( noauction: true } Script: <" - if ($EVENT$ != "Valentine" || #VALENTINE_OPENED >= #VALENTINE_RECEIVED) { - dispbottom l("Past due date."); - } else { - // I know technically this is wrong grammar, but I want fixed width - #VALENTINE_OPENED=#VALENTINE_OPENED+1; - #VALENTINE_POINTS=#VALENTINE_POINTS+1; - if (rand(0,1)) - dispbottom l("It's tasty ^.^"); - else - dispbottom l("It's yummy ^.^"); - } + callfunc("EatValentineChocolate"); "> }, { |