mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
prot rig (#17369)
* prot rig * . * . * , * . * Rig qdel fix * no more ? needed --------- Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
//If they have these values, apply them
|
||||
if(isliving(M))
|
||||
var/mob/living/L = M
|
||||
brainmob.dna = L.dna
|
||||
brainmob.dna = L.dna.Clone()
|
||||
brainmob.ooc_notes = L.ooc_notes
|
||||
brainmob.ooc_notes_likes = L.ooc_notes_likes
|
||||
brainmob.ooc_notes_dislikes = L.ooc_notes_dislikes
|
||||
|
||||
Reference in New Issue
Block a user