mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Merge pull request #12030 from phil235/RudimentaryTransFix
Fixes rudimentary transformation bug
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
var/mob/living/carbon/D = M
|
||||
C.dna.transfer_identity(D)
|
||||
D.updateappearance(mutcolor_update=1, mutations_overlay_update=1)
|
||||
else if(ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
client.prefs.copy_to(H)
|
||||
H.dna.update_dna_identity()
|
||||
|
||||
if(mind && istype(M, /mob/living))
|
||||
mind.transfer_to(M)
|
||||
|
||||
Reference in New Issue
Block a user