Database cleaning
Merge request reports
Activity
320 butt: 3, 321 lips: 55, 322 lipsTat: "permanent makeup", 323 vagina: 3, 324 vaginaLube: 1, 325 vaginaPiercing: 2, 326 preg: -2, 327 ovaries: 1, 328 skill: {vaginal: 15, oral: 35}, 329 vaginalAccessory: "large dildo", 330 buttplug: "large plug", 331 attrXY: 40, 332 fetish: "submissive", 333 fetishKnown: 1, 334 lipsTat: "Cored apples are tattooed on $his face.", 335 buttTat: "Cored apples are tattooed $his on buttocks.", changed this line in version 2 of the diff
287 295 clitPiercing: 2, 288 296 intelligence: -60 289 297 }, 290 /* vibe nips, implant link to sister Scars, am I doing them right? Also can they be arbitrary or are the scarring locations set?
They looked right to me.
I believe arbitrary locations are supported, yes
App.Desc.scar
can iterate through to find custom body parts.Maybe just hit them with
App.Medicine.Modification.addScourged()
.App.Medicine.Modification.addBulkScars()
is there too, but probably best to just make it static rather than random, even if it's a bit arbitrary.
Either of you able to tell me what sorts the sidebar dropdowns? I'd like to get 'other' before 'options' and I'm not entirely sure where this is handled.
"Other" is just where passages that are tagged as jump-to-safe but aren't put into the layout structure go, and it's always just tacked on to the end. You'd have to assign all of the passages in it to some other category (and it will come back as soon as anyone tags a new passage as jump-to-safe without giving it a position in the layout). It's not a real category at all.
Edited by svornost
mentioned in commit cd8cfba8