diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-15 00:09:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-15 00:09:20 -0300 |
commit | 3247dd7d8de40a76b6973a41102ee7047f6aa07e (patch) | |
tree | dd5aa617ee6f5e74a5035acb09d3d466012aa7db /db | |
parent | fd5bfe1aaee2a55b1e4adcc72ea67cadeffffbd6 (diff) | |
download | serverdata-3247dd7d8de40a76b6973a41102ee7047f6aa07e.tar.gz serverdata-3247dd7d8de40a76b6973a41102ee7047f6aa07e.tar.bz2 serverdata-3247dd7d8de40a76b6973a41102ee7047f6aa07e.tar.xz serverdata-3247dd7d8de40a76b6973a41102ee7047f6aa07e.zip |
[Skip CI] Valentine Day event - eat multiple + Demure bugfixes
Diffstat (limited to 'db')
-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"); "> }, { |