Fixed wrong variable in Gabilani Chemist LHD scene (0.9.132-BACKER-ELECTRON#6160)

Issue is marked as fixed.

needles

Member
Jul 15, 2024
15
4
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.