]> git.mxchange.org Git - friendica-addons.git/commitdiff
More morechoices choices (mostly user suggested).
authorThomas Willingham <founder@kakste.com>
Tue, 5 Jun 2012 01:06:05 +0000 (02:06 +0100)
committerThomas Willingham <founder@kakste.com>
Tue, 5 Jun 2012 01:06:05 +0000 (02:06 +0100)
morechoice.tgz
morechoice/morechoice.php

index 182646b74a3f4e9f79ad633b9684cd8b5ac7bbf8..fcdc04f69d036bb5b7a7455f99f9cb13f6a4fd44 100644 (file)
Binary files a/morechoice.tgz and b/morechoice.tgz differ
index da5f386d7ac55a8b1e5909f9387d10b0b223b795..e96f0c9708183dc867be512c4cd037f96106f26f 100644 (file)
@@ -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';
        }
 }