From 62d51c034ba85324296164fedc76a3fa2449c174 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Mon, 25 Oct 2021 12:06:36 +0200 Subject: [PATCH] Fix precum apply --- js/medicine/surgery/genitials/precum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/medicine/surgery/genitials/precum.js b/js/medicine/surgery/genitials/precum.js index 3352bef5d66..d66c7d24fb2 100644 --- a/js/medicine/surgery/genitials/precum.js +++ b/js/medicine/surgery/genitials/precum.js @@ -43,6 +43,6 @@ App.Medicine.Surgery.Procedures.Precum = class extends App.Medicine.Surgery.Proc apply(cheat) { this._slave.prostate = 2; - return this._assemble(new App.Medicine.Surgery.Reactions.Template_()); + return this._assemble(new App.Medicine.Surgery.Reactions.Precum()); } }; -- GitLab