toolkitxx / Girl-life-QOL-quality-of-life-mod

This mod is based on the 0.601 ECV. This is currently classified as a mod but will actually evolve into a full new version due to the complete clean-up and restructuring of the original code.
5 stars 2 forks source link

User reported bug #20

Open toolkitxx opened 7 years ago

toolkitxx commented 7 years ago

Submitter: Dibutello Having your slave prepare a snack for you doesn't seem to work. Location: $CURLOC: lesbisubhouse. Whip her, position her for sex, prepare a snack. Nothing happens and you go back to the previous menu. I remember that I managed to get her to prepare me food once, but I believe the text was different.

toolkitxx commented 7 years ago

current code seems to send user back to beginning of the event chain. Only when mistbondage is high enough the user will end 'accidental' in the food part. the actual current code for the snack (starts at lesbisubhouse line 1002

act 'Have her prepare a snack for you':mistbondage = 0 & gt'lesbisubhouse','ev1'
    elseif mistbondage = 3:
        cls
        minut += 15
        pcs_energy = pcs_energy + 20
        fat += 1
        frost = 0
        pcs_health = pcs_health + 10
        pcs_mood += 5
        pcs_willpwr = pcs_willpwr + 5
        gs'stat'

        if mistanalfist >= 25 and temp = 0:
            '<center><img src="images/characters/city/natalya/sex/dom393.jpg"></center>'
            'Just when you''re starting to run out of patience, your slave finally returns with your meal and you happily eat what she made for you; meanwhile, she entertains you by pleasuring herself with two dildos at your feet.'
        else
            '<center><img src="images/characters/city/natalya/sex/dom392.jpg"></center>'
            'Just when you''re starting to run out of patience, your slave finally returns with your meal and you happily eat what she made for you.'
        end
        act 'Finish eating':mistbondage = 0 & gt'lesbisubhouse','ev1'