Update gd.php

This commit is contained in:
Mattia Mascarello 2022-08-15 03:38:22 +02:00 committed by GitHub
parent 0fc52e2f20
commit eeb2c5715b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ function flagGetFromUser($p){
if (contains("DEMIS", $o)) $re[]= "demi";
if (contains("NB", $o) || contains("NON BINARY", $o)) $re[]= "nb";
if (contains("ETERO", $o) || contains("HET", $o)) $re[]= "etero";
if(contains("t4t", $o)) $re[]="t4t";
//orientation, romantic
if (contains("BIROM", $o)) $re[]= "Biromantic";
if (contains("DEMIG", $o)) $re[]= "demigirl";