diff --git a/devNotes/Useful JS Function Documentation.txt b/devNotes/Useful JS Function Documentation.txt index ce207214a82387fdc82dabee1d7052eae1ce41e7..5c1848870bad1628597d5aba957910ea2ed9b459 100644 --- a/devNotes/Useful JS Function Documentation.txt +++ b/devNotes/Useful JS Function Documentation.txt @@ -88,6 +88,8 @@ canBreed(slave1, slave2) - Returns if slave1 and slave2 are capable of breeding canImpreg(slave1, slave2) - Returns if slave2 can impregnate slave1. PC works as an argument as well. +canFemImpreg(slave1, slave2) - Returns if slave2 can squirt cum and impregnate slave1. Assumes a slave does not have a dick. PC works as an argument as well. + isFertile(slave) - Returns if the actor is capable of having children. canAchieveErection(slave) - Returns if the slave can get an erection. (Not blocked by chastity.)