From 30f7a0361a00a0505b32d0ddd366e75797ae2f38 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Fri, 24 May 2024 00:49:30 +0200 Subject: [PATCH] Update pronouns.php --- pronouns.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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", ) ?>