From f24b9085b61084ba02899b1e7e50bc533dd8d2ad Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:48:27 +0100 Subject: [PATCH] don't force move (#9430) --- .../mob/living/carbon/human/species/station/prommie_blob.dm | 1 - .../living/carbon/human/species/station/protean/protean_blob.dm | 1 - 2 files changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/prommie_blob.dm b/code/modules/mob/living/carbon/human/species/station/prommie_blob.dm index 88247a1d91..39565dbcd9 100644 --- a/code/modules/mob/living/carbon/human/species/station/prommie_blob.dm +++ b/code/modules/mob/living/carbon/human/species/station/prommie_blob.dm @@ -447,7 +447,6 @@ R.forceMove(blob) if(wear_id) blob.myid = wear_id.GetID() - wear_id.forceMove(blob) //ChompAdd End //Mail them to nullspace moveToNullspace() diff --git a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm index 165d4e1138..a9cce55bb2 100644 --- a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm +++ b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm @@ -503,7 +503,6 @@ R.forceMove(blob) if(wear_id) blob.myid = wear_id.GetID() - wear_id.forceMove(blob) //Mail them to nullspace moveToNullspace()