mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-28 01:42:50 +00:00
Merge pull request #12518 from FartMaster69420/prommie-blob
Adding OOC Notes to Blobs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user