Added genderfluid to card

This commit is contained in:
Mattia Mascarello 2021-08-24 11:16:26 +02:00 committed by GitHub
parent 891f7866ac
commit 85e795465c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ function flagGetFromUser($p){
//orientations, sexual
if (contains("LESB", $o)) $re[]= "lesbian";
if ("BI" == explode(" ",$o)[0]) $re[]="bi";
if (contains("FLUID", $o)) $re[]= "fluid";
if (contains("ACE", $o)) $re[]= "asex";
if (contains("ARO", $o)) $re[]= "aro";
if (contains("ASE", $o)) $re[]= "asex";