diff --git a/morechoice.tgz b/morechoice.tgz index 182646b7..fcdc04f6 100644 Binary files a/morechoice.tgz and b/morechoice.tgz differ diff --git a/morechoice/morechoice.php b/morechoice/morechoice.php index da5f386d..e96f0c97 100644 --- a/morechoice/morechoice.php +++ b/morechoice/morechoice.php @@ -107,6 +107,7 @@ function morechoice_sexpref_selector($a,&$b) { $b[] = 'Eating people'; $b[] = 'Being eaten'; $b[] = 'Animals'; + $b[] = 'I\'d rather just have some chocolate'; } } @@ -115,6 +116,9 @@ function morechoice_marital_selector($a,&$b) { $b[] = 'Married to my job'; $b[] = 'Polygamist'; $b[] = 'Half married'; - + $b[] = 'Living in the past'; + $b[] = 'Pretending to be over my ex'; + $b[] = 'Hurt in the past'; + $b[] = 'Wallowing in self-pity'; } }