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 470206a4c4..cbadb3a702 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 @@ -403,6 +403,7 @@ blob.ooc_notes = ooc_notes blob.transforming = FALSE blob.name = name + blob.real_name = real_name //CHOMPEdit blob.nutrition = nutrition blob.color = rgb(r_skin, g_skin, b_skin) playsound(src.loc, "sound/effects/slime_squish.ogg", 15) @@ -513,9 +514,9 @@ B.owner = src //vore_organs.Cut() - + //ChompEdit begin. And let's drop them again. -// if(blob.prev_left_hand) put_in_l_hand(blob.prev_left_hand) +// if(blob.prev_left_hand) put_in_l_hand(blob.prev_left_hand) // if(blob.prev_right_hand) put_in_r_hand(blob.prev_right_hand) if(blob.l_hand) blob.drop_from_inventory(blob.l_hand) 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 260e6ca283..aee4dfc810 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 @@ -512,6 +512,7 @@ //We can still speak our languages! blob.languages = languages.Copy() blob.name = real_name + blob.real_name = real_name blob.voice_name = name var/datum/species/protean/S = src.species blob.icon_living = S.blob_appearance