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:
LoafyLemon 2023-07-01 00:24:17 +01:00
parent e1ff22a0c9
commit 40079a4f62
7 changed files with 23 additions and 27 deletions

View File

@ -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

View File

@ -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")

View File

@ -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)