mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
fix ooc notes not properly transferring on proteans (#9392)
This commit is contained in:
@@ -487,6 +487,11 @@
|
|||||||
//Put our owner in it (don't transfer var/mind)
|
//Put our owner in it (don't transfer var/mind)
|
||||||
blob.ckey = ckey
|
blob.ckey = ckey
|
||||||
blob.ooc_notes = ooc_notes
|
blob.ooc_notes = ooc_notes
|
||||||
|
blob.ooc_notes_likes = ooc_notes_likes
|
||||||
|
blob.ooc_notes_dislikes = ooc_notes_dislikes
|
||||||
|
blob.ooc_notes_favs = ooc_notes_favs
|
||||||
|
blob.ooc_notes_maybes = ooc_notes_maybes
|
||||||
|
blob.ooc_notes_style = ooc_notes_style
|
||||||
temporary_form = blob
|
temporary_form = blob
|
||||||
var/obj/item/radio/R = null
|
var/obj/item/radio/R = null
|
||||||
if(isradio(l_ear))
|
if(isradio(l_ear))
|
||||||
@@ -614,6 +619,11 @@
|
|||||||
//Put our owner in it (don't transfer var/mind)
|
//Put our owner in it (don't transfer var/mind)
|
||||||
ckey = blob.ckey
|
ckey = blob.ckey
|
||||||
ooc_notes = blob.ooc_notes // Lets give the protean any updated notes from blob form.
|
ooc_notes = blob.ooc_notes // Lets give the protean any updated notes from blob form.
|
||||||
|
ooc_notes_likes = blob.ooc_notes_likes
|
||||||
|
ooc_notes_dislikes = blob.ooc_notes_dislikes
|
||||||
|
ooc_notes_favs = blob.ooc_notes_favs
|
||||||
|
ooc_notes_maybes = blob.ooc_notes_maybes
|
||||||
|
ooc_notes_style = blob.ooc_notes_style
|
||||||
temporary_form = null
|
temporary_form = null
|
||||||
|
|
||||||
//Transfer vore organs
|
//Transfer vore organs
|
||||||
|
|||||||
Reference in New Issue
Block a user