Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, my girls keep complaining about sore tiddies. How do I get them to stop lactating... or just how do I milk them?

(+1)

I managed to get it to stop by assigning them to the farm for a couple of days, this is something however that should have other solutions.

Deleted 2 years ago

There will be the Manual Breast pumps items as well as dialogue choices coming soon for that purpose

I ended up making a  "Leak" spell that takes care of it for me. 

Sounds interesting, if you’d like to share it that could be a fun addition. Is it for self-leaking or others?

For others right now. Keep in mind that is my first time modding anything. I'm trying to get into. I really liked the additions you made, so I want to start doing the same.

leak = {
    code = 'leak',
    name = 'Leak',
    description = 'Drains excess much milk. ',
    effect = 'leakeffect',
    manacost = 20,
    req = 0,
    price = 350,
    personal = true,
    combat = false,
    learned = true,
    type = 'utility',
    },
func leakeffect():
    var spell = globals.spelldict.leak
    globals.resources.mana -= spellcost(spell)
    person.lactating.milkstorage = 0
    person.lactating.daysunmilked = 0
    var text = "You cast Leak on the target."
    return text

Do you mind if I add it in with a modification or two (with Credit) for those who are wanting an easy way to circumvent the lactation system?

sure, go ahead

For some reason the spell isn´t showing up after I added it to "spells.dg" in arics mod.

There should be 2 windows that open when the game starts: the game and a terminal that shows error messages. Is there any messages on the second window?  If so, I'll need to know what they are to fix it. 

If not, then I'm guessing you added it to the mod before or after applying it. If you added it to the mod after applying it, then you need to re-apply the mod.

If you added it to the mod before applying the mod, then the problem is probably the formatting of the text added.  The text provided in his post is not the literal code. The first part is to be included in "spelllist" and the second part is a function that goes in any black space towards the bottom of the file.  Both parts will have spaces at the beginning of the lines where the game will expect tabs. The vanilla mod system is very literal and will ignore changes that do not exactly match its expectations.

(1 edit)

Hadn´t reactivated the mod so thats why.
But now when I disabled the mod (or try to enable it again) the game broke for some weird reason:

Tried reinstalling the base game but didn´t help.

Nipple sucking during sex should also do it - hell, it's already got flavor text for it and everything :P

(1 edit)

Yup! That’s coming as an option, just wasn’t set up yet when I did the sex expansion

Edit: Fixed in v.9