forked from friendica/friendica-addons
Merge branch 'master' of git://github.com/friendica/friendica-addons
This commit is contained in:
commit
d411668799
BIN
morechoice.tgz
BIN
morechoice.tgz
Binary file not shown.
|
@ -107,6 +107,7 @@ function morechoice_sexpref_selector($a,&$b) {
|
||||||
$b[] = 'Eating people';
|
$b[] = 'Eating people';
|
||||||
$b[] = 'Being eaten';
|
$b[] = 'Being eaten';
|
||||||
$b[] = 'Animals';
|
$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[] = 'Married to my job';
|
||||||
$b[] = 'Polygamist';
|
$b[] = 'Polygamist';
|
||||||
$b[] = 'Half married';
|
$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';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue