Cumslut events

* Reworked and converted previously named 'wear my cum' events into the new system, renaming them 'cumslut' events, and moved them into public favours menu.
* Improved writing and story consistency for cumslut events.
* Fixed jobs black fade.
This commit is contained in:
LoafyLemon 2023-06-30 23:49:38 +01:00
parent 65c4082380
commit e1ff22a0c9
7 changed files with 983 additions and 821 deletions

View File

@ -13,13 +13,6 @@ define hermione_jobs = [
# Maid Job
label her_maid_job:
show screen blkfade
with d3
hide hermione_main
pause .8
hide screen blkfade
with d5
if not states.her.ev.maid.intro_complete:
$ states.her.ev.maid.intro_complete = True
gen "I think it's about time we got someone to clean up this place." ("base", xpos="far_left", ypos="head")

File diff suppressed because it is too large Load Diff

View File

@ -147,6 +147,15 @@ default her_ev_sex_public_t6_e1_hub = Event(id="sex_public_t6_e1_hub", label="hg
default her_ev_sex_public_t6_e2_hub = Event(id="sex_public_t6_e2_hub", label="hg_pr_sex", req="states.her.tier >= 6", autoenqueue=True, autodequeue=False, queue="her_eventqueue_sex_public", subevents=["her_ev_sex_public_t6_e3"])
default her_ev_sex_public_t6_e3_hub = Event(id="sex_public_t6_e3_hub", label="hg_pr_sex", req="states.her.tier >= 6", autoenqueue=True, autodequeue=False, queue="her_eventqueue_sex_public", subevents=["her_ev_sex_public_t6_e4"])
default her_ev_cumslut_public_t5_e1 = Event(id="cumslut_public_t5_e1", label="hg_pr_cumslut_e1_return", req="game.daytime==False")
default her_ev_cumslut_public_t5_e2 = Event(id="cumslut_public_t5_e2", label="hg_pr_cumslut_e2_return", req="game.daytime==False")
default her_ev_cumslut_public_t5_e3 = Event(id="cumslut_public_t5_e3", label="hg_pr_cumslut_e3_return", req="game.daytime==False")
default her_ev_cumslut_public_t1_to_t5 = Event(id="cumslut_public_t1_to_t5", label="hg_pr_cumslut_fail", req="states.her.tier < 5", autoenqueue=True, autodequeue=False, queue="her_eventqueue_cumslut_public")
default her_ev_cumslut_public_t5_e1_hub = Event(id="cumslut_public_t5_e1_hub", label="hg_pr_cumslut_e1", req="states.her.tier >= 5", autoenqueue=True, autodequeue=False, queue="her_eventqueue_cumslut_public", subevents=["her_ev_cumslut_public_t5_e1"])
default her_ev_cumslut_public_t5_e2_hub = Event(id="cumslut_public_t5_e2_hub", label="hg_pr_cumslut_e2", req="states.her.tier >= 5", autoenqueue=True, autodequeue=False, queue="her_eventqueue_cumslut_public", subevents=["her_ev_cumslut_public_t5_e2"])
default her_ev_cumslut_public_t5_e3_hub = Event(id="cumslut_public_t5_e3_hub", label="hg_pr_cumslut_e3", req="states.her.tier >= 5", autoenqueue=True, autodequeue=False, queue="her_eventqueue_cumslut_public", subevents=["her_ev_cumslut_public_t5_e3"])
define hermione_requests = [
("her_eventqueue_flirt_students", "Flirt with students!"),
("her_eventqueue_flirt_teachers", "Flirt with teachers!"),
@ -155,5 +164,6 @@ define hermione_requests = [
("her_eventqueue_kiss_public", "Kiss a girl!"),
("her_eventqueue_handjob_public", "Give a handjob!"),
("her_eventqueue_blowjob_public", "Give a blowjob!"),
("her_eventqueue_cumslut_public", "Act like a cumslut!"),
("her_eventqueue_sex_public", "Have sex!")
]