diff --git a/js/medicine/surgery/genitials/precum.js b/js/medicine/surgery/genitials/precum.js
index 3352bef5d664c77bd2873c8f32943f40ac32fcce..d66c7d24fb25246ae04f3a36a4a0a9a3d729317a 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());
 	}
 };