From 60baa8cdeb421b08b8ffeeed6a80ba97cff3e644 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Sat, 27 Feb 2016 23:22:29 -0500 Subject: [PATCH] futher removes the removed things so we can remove while we remove.. then remove the removes so we can remove --- code/modules/surgery/organs/organ.dm | 2 +- code/modules/surgery/organs/organ_internal.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/surgery/organs/organ.dm b/code/modules/surgery/organs/organ.dm index 70b1c0402d2..fee4aaa1eb6 100644 --- a/code/modules/surgery/organs/organ.dm +++ b/code/modules/surgery/organs/organ.dm @@ -256,7 +256,7 @@ var/list/organ_cache = list() if(3.0) take_damage(0,3) -/obj/item/organ/proc/remove(var/mob/living/user) +/obj/item/organ/proc/remove(var/mob/living/user,special = 0) if(!istype(owner)) return diff --git a/code/modules/surgery/organs/organ_internal.dm b/code/modules/surgery/organs/organ_internal.dm index b913ef56dd0..4c14a0cf7c5 100644 --- a/code/modules/surgery/organs/organ_internal.dm +++ b/code/modules/surgery/organs/organ_internal.dm @@ -40,7 +40,7 @@ action_button_name = organ_action_name -/obj/item/organ/internal/proc/remove(mob/living/carbon/M, special = 0) +/obj/item/organ/internal/remove(mob/living/carbon/M, special = 0) owner = null if(M) M.internal_organs -= src