Update pronouns.php
This commit is contained in:
parent
eaf33498f9
commit
30f7a0361a
1 changed files with 3 additions and 4 deletions
|
@ -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",
|
||||
)
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue