From 5f54623fbc88a658b8c4495bbf7246774253ca70 Mon Sep 17 00:00:00 2001 From: FartMaster69420 <78667902+FartMaster69420@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:43:11 -0400 Subject: [PATCH] Adding OOC Notes to blobs Whoops, forgot to do this. Now OOC Notes will be transfered to prommie blobs. As an added bonus, the same functionality was added to protean blobs. Wow! --- .../mob/living/carbon/human/species/station/prommie_blob.dm | 2 ++ .../carbon/human/species/station/protean_vr/protean_blob.dm | 2 ++ 2 files changed, 4 insertions(+) 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 950fc03dea..17f9012916 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 @@ -383,6 +383,7 @@ blob.Weaken(2) blob.transforming = TRUE blob.ckey = ckey + blob.ooc_notes = ooc_notes blob.transforming = FALSE blob.name = name blob.nutrition = nutrition @@ -454,6 +455,7 @@ playsound(src.loc, "sound/effects/slime_squish.ogg", 15) transforming = TRUE ckey = blob.ckey + ooc_notes = blob.ooc_notes // Updating notes incase they change them in blob form. transforming = FALSE blob.name = "Promethean Blob" var/obj/item/hat = blob.hat diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm index faf6b5f29d..3ee68e62db 100644 --- a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm +++ b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm @@ -378,6 +378,7 @@ var/global/list/disallowed_protean_accessories = list( //Put our owner in it (don't transfer var/mind) blob.ckey = ckey + blob.ooc_notes = ooc_notes temporary_form = blob //Mail them to nullspace @@ -459,6 +460,7 @@ var/global/list/disallowed_protean_accessories = list( //Put our owner in it (don't transfer var/mind) ckey = blob.ckey + ooc_notes = blob.ooc_notes // Lets give the protean any updated notes from blob form. temporary_form = null //Transfer vore organs