[MIRROR] Quick Harddel Fixeees [MDB IGNORE] (#23975)

* Quick Harddel Fixeees

* Update manifest.dm

---------

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-09-28 01:33:46 -04:00
committed by GitHub
co-authored by LemonInTheDark Bloop
parent 9878577c4a
commit c7c102f5a0
23 changed files with 193 additions and 106 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
new_character.real_name = record_found.name
new_character.gender = lowertext(record_found.gender)
new_character.age = record_found.age
var/datum/dna/found_dna = record_found.dna_ref
var/datum/dna/found_dna = record_found.locked_dna
new_character.hardset_dna(found_dna.unique_identity, found_dna.mutation_index, null, record_found.name, record_found.blood_type, new record_found.species_type, found_dna.features)
else
new_character.randomize_human_appearance()