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!
This commit is contained in:
FartMaster69420
2022-03-23 14:43:11 -04:00
parent 990fb0399e
commit 5f54623fbc
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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