// extraSticky mod, version 0.1 // Extends the collision behavior of the Strand class so that semen strands can attach to additional things, such as the male body // Please visit https://www.undertow.club/downloads/4061/ for additional information (or to report bugs) // The extraTargets parameter is a comma-delimited list. It mentions a set of elements within the game hierarchy, each of which the mod should consider as a valid target for semen strand collision. // Ordering of the list is not important. Duplication is slightly wasteful but not really harmful. // If the list contains misspelled names or non-existent elements then the mod will complain during initialization, but will otherwise continue to operate normally. // By default, this list contains the major parts of the MALE body. You can extend the list to include additional parts of the female body, or you can remove/replace the original items if you *don't* want semen to land on the guy. extraTargets = her.torso.rightCalfContainer.calf, her.torso.leg.thigh, her.leftLegContainer.leg.calf, her.leftLegContainer.leg.thigh, her.rightForeArmContainer.upperArm.foreArm.hand, her.rightForeArmContainer.upperArm.foreArm, her.rightArmContainer.upperArm, her.leftArmContainer.upperArm.foreArm.hand, her.leftArmContainer.upperArm.foreArm, her.leftArmContainer.upperArm