summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-12-15 09:07:42 +0100
committerYorhel <git@yorhel.nl>2021-12-15 09:07:44 +0100
commit99a9b237bca19f8efd816405f6114d6fc8bc2666 (patch)
tree8bba9cdeb05121f4af961d5e88a43d7c93c0aaf4
parent67aac3698f82e4f0e08af12b724179f0d374a138 (diff)
Add support for PEGI 3 age rating
https://vndb.org/t950.1121
-rw-r--r--lib/VNDB/Types.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Types.pm b/lib/VNDB/Types.pm
index e13f8e33..b1b7184a 100644
--- a/lib/VNDB/Types.pm
+++ b/lib/VNDB/Types.pm
@@ -216,6 +216,7 @@ hash VOICED =>
hash AGE_RATING =>
0 => { txt => 'All ages', ex => 'CERO A' },
+ 3 => { txt => '3+', ex => '' },
6 => { txt => '6+', ex => '' },
7 => { txt => '7+', ex => '' },
8 => { txt => '8+', ex => '' },