From 67bc8132a373b08ee1cdc83a45026f3fb2a0e079 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sun, 12 Mar 2017 01:15:40 -0500 Subject: [PATCH] Allow MMI/Posi/Digi brains w/o minds to be put in Right now if you try to put an empty posibrain into a mob it won't let you. But with resleeving, this might be just the step before putting a mind in them, so that's sort of not how it should work. When it was just a ghost-trap object that ghosts could get into, maybe, but it's moved beyond that. --- code/modules/surgery/robotics.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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