Update pronouns.php

This commit is contained in:
Ashley Graves 2024-05-24 00:49:30 +02:00
parent eaf33498f9
commit 30f7a0361a

View file

@ -1,10 +1,9 @@
<?php
$words = array(
"Pronouns" => 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",
)
?>