mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[MIRROR] some more grep checks (#11414)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
83133252b1
commit
f46d700e64
@@ -254,7 +254,7 @@
|
||||
//If they have these values, apply them
|
||||
if(ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
qdel_swap(brainmob.dna, H.dna.Clone())
|
||||
QDEL_SWAP(brainmob.dna, H.dna.Clone())
|
||||
brainmob.ooc_notes = H.ooc_notes
|
||||
brainmob.ooc_notes_likes = H.ooc_notes_likes
|
||||
brainmob.ooc_notes_dislikes = H.ooc_notes_dislikes
|
||||
|
||||
Reference in New Issue
Block a user