summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-07 12:30:46 +0100
committerYorhel <git@yorhel.nl>2008-12-07 12:30:46 +0100
commit22fcb9d63cb265a89aec31521084dad605f64228 (patch)
tree39c7f54f1b2ecf411d9143163935eb6e5faf8fe5 /data
parentb5d73e4a9d7df30320b23d07ef62cf78167e71db (diff)
Modify wishlist from VN pages
Diffstat (limited to 'data')
-rw-r--r--data/global.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 44e2d5e1..b1a2e98c 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -196,6 +196,12 @@ our %S = (
'excellent',
'masterpiece',
],
+ wishlist_status => [
+ 'high',
+ 'medium',
+ 'low',
+ 'blacklist',
+ ],
);