mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user