diff --git a/pronouns.php b/pronouns.php index 2afb40b..92714c9 100644 --- a/pronouns.php +++ b/pronouns.php @@ -1,10 +1,9 @@ array( - "poss/possum" => 2, - "she/her" => 1, + "it/its" => 2, "they/them" => 1, - "it/its" => 1, + "she/her" => 1, "any neopronouns" => 1, "any/all" => 0, "he/him" => -1 @@ -45,7 +44,7 @@ $words = array( $tbl = array( 2 => "yes!!", 1 => "sure", - 0 => "meh", + 0 => "alright", -1 => "no", ) ?>