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
|
<?php
|
||||||
$words = array(
|
$words = array(
|
||||||
"Pronouns" => array(
|
"Pronouns" => array(
|
||||||
"poss/possum" => 2,
|
"it/its" => 2,
|
||||||
"she/her" => 1,
|
|
||||||
"they/them" => 1,
|
"they/them" => 1,
|
||||||
"it/its" => 1,
|
"she/her" => 1,
|
||||||
"any neopronouns" => 1,
|
"any neopronouns" => 1,
|
||||||
"any/all" => 0,
|
"any/all" => 0,
|
||||||
"he/him" => -1
|
"he/him" => -1
|
||||||
|
@ -45,7 +44,7 @@ $words = array(
|
||||||
$tbl = array(
|
$tbl = array(
|
||||||
2 => "yes!!",
|
2 => "yes!!",
|
||||||
1 => "sure",
|
1 => "sure",
|
||||||
0 => "meh",
|
0 => "alright",
|
||||||
-1 => "no",
|
-1 => "no",
|
||||||
)
|
)
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue