forked from SilverStudioGames/WTS
Bug fixes
* Enabled colour temperature shader for handjob CG * Fixed syntax errors * Fixed odd jobs menu appearing twice * Fixed speedlines
This commit is contained in:
parent
e1ff22a0c9
commit
40079a4f62
@ -1989,7 +1989,7 @@ layeredimage cho_handjob:
|
||||
|
||||
group effects multiple auto prefix "effects"
|
||||
|
||||
group speedlines auto variant "speedlines"
|
||||
group speedlines auto prefix "speedlines"
|
||||
|
||||
group cum auto prefix "cum"
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -589,9 +589,9 @@ label hg_pr_cumslut_e3:
|
||||
her "*Huh*? Classes?" ("silly", "happyCl", "worried", "mid")
|
||||
her "Oh no, what have I done!!" ("normal", "wide", "worried", "mid")
|
||||
|
||||
if _cum_location == "face"
|
||||
if _cum_location == "face":
|
||||
her "I can't attend classes with your cum on my face!" ("shock", "happyCl", "worried", "mid")
|
||||
elif _cum_location == "chest"
|
||||
elif _cum_location == "chest":
|
||||
her "I can't attend classes with your cum on my chest!" ("angry", "happyCl", "worried", "mid")
|
||||
|
||||
gen "Not with that attitude." ("base", xpos="far_left", ypos="head")
|
||||
|
@ -207,7 +207,7 @@ label hermione_favor_menu:
|
||||
else:
|
||||
$ result.start()
|
||||
|
||||
"-Odd Jobs-" (icon="interface/icons/small/gold.webp"):
|
||||
"-Odd Jobs-" (icon="interface/icons/small/gold.webp") if game.daytime:
|
||||
label .odd_jobs:
|
||||
|
||||
$ result = show_events_menu(hermione_jobs, report_progress=False)
|
||||
|
Loading…
Reference in New Issue
Block a user