summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-12-31 09:54:15 +0100
committerYorhel <git@yorhel.nl>2011-12-31 09:54:15 +0100
commit71b90ee04391dddc83e0b81122abab6468777833 (patch)
tree6d7fb51a41fb8606485149e22088ef37da8ea340
parent8b2d2ee69f1f05cd9f55e76ff6290cd42a608f67 (diff)
global.pl: Allow everyone to edit characters
Provided they have the 'edit' permission in the first place.
-rw-r--r--data/global.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/global.pl b/data/global.pl
index 31d45631..fd9c3e31 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -31,8 +31,8 @@ our %S = (%S,
scr_size => [ 136, 102 ], # w*h of screenshot thumbnails
ch_size => [ 256, 300 ], # max. w*h of char images
cv_size => [ 256, 400 ], # max. w*h of cover images
- # bit flags
- permissions => {qw| board 1 boardmod 2 edit 4 charedit 8 tag 16 dbmod 32 tagmod 64 usermod 128 affiliate 256 |},
+ # bit flags (TODO: completely merge charedit into edit)
+ permissions => {qw| board 1 boardmod 2 edit 4 charedit 4 tag 16 dbmod 32 tagmod 64 usermod 128 affiliate 256 |},
languages => [qw|cs da de en es fi fr hu it ja ko nl no pl pt-br pt-pt ru sk sv tr vi zh|],
producer_types => [qw|co in ng|],
discussion_boards => [qw|an db ge v p u|], # <- note that some properties of these boards are hard-coded