futher removes the removed things so we can remove while we remove..

then remove the removes so we can remove
This commit is contained in:
Aurorablade
2016-02-27 23:22:29 -05:00
parent 378c5d03bc
commit 60baa8cdeb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -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