summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-21 08:43:38 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-21 08:43:38 +0000
commit9b1639745da4bc94948a5f0ce0dc867ad5767ac2 (patch)
treefb484cde4883a2cdbd81c64b8520b12c401eb1f4 /lib
parentd600e72db73cc46f9fc647f99c1eb4b833a821e0 (diff)
Added protagonist categories. Still not sure what to do with the time and place, though :(
git-svn-id: svn://vndb.org/vndb@30 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog2
-rw-r--r--lib/global.pl10
2 files changed, 8 insertions, 4 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index ce648155..62785e5c 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -17,7 +17,7 @@ TODO:
- Removed all passwords from the main code, and created a seperate config
file to override all options - not available on SVN
- Dynamic loading, several bugfixes, and code cleanup for Multi
- - Added 'School Life' category
+ - Added 'School Life' and 'Protagonist' categories
- Added GTIN field to releases
- Added links to encubed and renai.us
diff --git a/lib/global.pl b/lib/global.pl
index 07f1afae..1fc3db1e 100644
--- a/lib/global.pl
+++ b/lib/global.pl
@@ -101,9 +101,9 @@ our $CAT = {
st => 'Strategy',
si => 'Simulation',
} ],
- p => [ 'Plot', {
- li => 'Linear', # 0..1
- br => 'Branching', # 0..1
+ p => [ 'Plot', { # 0..1
+ li => 'Linear',
+ br => 'Branching',
} ],
e => [ 'Elements', {
ac => 'Action',
@@ -128,6 +128,10 @@ our $CAT = {
fa => "Fant\x{200B}asy world",
sp => 'Space',
} ],
+ h => [ 'Protagonist', { # 0..1
+ fa => 'Male',
+ fe => "Fem\x{200B}ale",
+ } ],
s => [ 'Sexual content', {
aa => 'Sexual content',
be => 'Bestiality',