Added demigirl to card

This commit is contained in:
Mattia Mascarello 2021-08-24 03:12:15 +02:00 committed by GitHub
parent 413039a6ca
commit 6b9eb7229a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ 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";
//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;