mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[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:
co-authored by
LemonInTheDark
Bloop
parent
9878577c4a
commit
c7c102f5a0
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user