diff --git a/js/medicine/surgery/eye/ocularImplant.js b/js/medicine/surgery/eye/ocularImplant.js
index 17b942494fe6eafa4c9993e298525cd9b41a0121..0f26faaacc2ac154df42230cdedde4705b49d411 100644
--- a/js/medicine/surgery/eye/ocularImplant.js
+++ b/js/medicine/surgery/eye/ocularImplant.js
@@ -16,7 +16,7 @@ App.Medicine.Surgery.Reactions.OcularImplant = class extends App.Medicine.Surger
 				reaction.trust += 10;
 			} else {
 				r.push(`${He} is <span class="trust dec">disturbed</span> that you replaced ${his} eyes with artificial ones and afraid of increased control over ${him} that such device grants.`);
-				reaction.devotion -= 5; // TODO: text says trust, but devotion changed?
+				reaction.trust -= 5;
 			}
 		}