diff --git a/code/modules/surgery/robotics.dm b/code/modules/surgery/robotics.dm
index 87e37e043e8..44808b5c41b 100644
--- a/code/modules/surgery/robotics.dm
+++ b/code/modules/surgery/robotics.dm
@@ -381,11 +381,11 @@
if(!istype(M))
return 0
-
+ /* VOREStation Edit - Don't worry about it. We can put these in regardless, because resleeving might make it useful after.
if(!M.brainmob || !M.brainmob.client || !M.brainmob.ckey || M.brainmob.stat >= DEAD)
user << "That brain is not usable."
return SURGERY_FAILURE
-
+ */
if(!(affected.robotic >= ORGAN_ROBOT))
user << "You cannot install a computer brain into a meat skull."
return SURGERY_FAILURE