Fixed demigirl, added mlm card
This commit is contained in:
parent
08f82c9094
commit
3bd3923712
|
@ -16,7 +16,8 @@ function flagGetFromUser($p){
|
||||||
if (contains("ETERO", $o) || contains("HET", $o)) $re[]= "etero";
|
if (contains("ETERO", $o) || contains("HET", $o)) $re[]= "etero";
|
||||||
//orientation, romantic
|
//orientation, romantic
|
||||||
if (contains("BIROM", $o)) $re[]= "Biromantic";
|
if (contains("BIROM", $o)) $re[]= "Biromantic";
|
||||||
if (contains("DEMIG", $o)) $re[]= "Biromantic";
|
if (contains("DEMIG", $o)) $re[]= "demigirl";
|
||||||
|
if (contains("MLM", $o)) $re[]= "mlm";
|
||||||
//gender-related
|
//gender-related
|
||||||
if(contains("MTF",$o) || contains("FTM",$o) || contains("TRANS",$o)) $re[]="trans";
|
if(contains("MTF",$o) || contains("FTM",$o) || contains("TRANS",$o)) $re[]="trans";
|
||||||
return $re;
|
return $re;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user