mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes a runtime with the crew manifest. (#81926)
## About The Pull Request `/datum/dna/stored` is a specific subtype of `/datum/dna` that ignores mutations. Wonderful for crew records on top of brain mobs tbf. The crew manifest now uses it. ## Why It's Good For The Game This will fix #81842. ## Changelog N/A
This commit is contained in:
@@ -113,7 +113,7 @@ GLOBAL_DATUM_INIT(manifest, /datum/manifest, new)
|
||||
person_gender = "Male"
|
||||
if(person.gender == "female")
|
||||
person_gender = "Female"
|
||||
var/datum/dna/record_dna = new()
|
||||
var/datum/dna/stored/record_dna = new()
|
||||
person.dna.copy_dna(record_dna)
|
||||
|
||||
var/datum/record/locked/lockfile = new(
|
||||
|
||||
Reference in New Issue
Block a user