At the end of the chemist's "L.H.D." scene,
pc.girlCumInMouth(enemy)
is called, but enemy
is undefined so nothing happens (the game doesn't crash, the error handling just replaces the quantity with zero). It looks like it should be pc.girlCumInMouth(gabchem)
instead.