mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
space cleanup (#17300)
* space cleanup * this * this too --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
req_open = 1
|
||||
|
||||
/datum/surgery_step/repairflesh/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||
/* VOREStation Removal for Mlem Reasons(TM)
|
||||
if (target.stat == DEAD) // Sorry defibs, your subjects need to have pumping fluids for these to work.
|
||||
return 0
|
||||
/* VOREStation Removal for Mlem Reasons(TM)
|
||||
if (target.stat == DEAD) // Sorry defibs, your subjects need to have pumping fluids for these to work.
|
||||
return 0
|
||||
*/
|
||||
if (isslime(target))
|
||||
return 0
|
||||
|
||||
@@ -536,7 +536,7 @@
|
||||
holder = new /obj/item/organ/internal/mmi_holder/robot(target, 1, M)
|
||||
else
|
||||
holder = new /obj/item/organ/internal/mmi_holder(target, 1, M) // Fallback to old behavior if organic MMI or if no subtype exists.
|
||||
//VOREstation edit end
|
||||
//VOREstation edit end
|
||||
target.internal_organs_by_name["brain"] = holder
|
||||
|
||||
if(M.brainmob && M.brainmob.mind)
|
||||
|
||||
Reference in New Issue
Block a user