[MIRROR] prot rig (#10457)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-19 00:44:58 +01:00
committed by GitHub
co-authored by Kashargul C.L.
parent 4b6881fd85
commit 033a1c6060
6 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -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