Added biromantic in cards
This commit is contained in:
parent
28e56a1d4a
commit
dae510518f
|
@ -15,7 +15,7 @@ function flagGetFromUser($p){
|
|||
if (contains("QUEST", $o)) $re[]= "questioning";
|
||||
if (contains("ETERO", $o) || contains("HET", $o)) $re[]= "etero";
|
||||
//orientation, romantic
|
||||
|
||||
if (contains("BIROM", $o)) $re[]= "Biromantic";
|
||||
//gender-related
|
||||
if(contains("MTF",$o) || contains("FTM",$o) || contains("TRANS",$o)) $re[]="trans";
|
||||
return $re;
|
||||
|
|
Loading…
Reference in New Issue
Block a user